Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] #567769 - United File Message Bubble #248

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

adrianoct42
Copy link
Collaborator

This PR aims to make DSFileMessageBubble widget now render both text message (if there is one) and file to be shown in one united bubble instead of 2 separate messages.

@adrianoct42 adrianoct42 requested a review from mpamaro January 8, 2024 21:35
@adrianoct42 adrianoct42 self-assigned this Jan 8, 2024
),
if (text?.isNotEmpty ?? false)
LayoutBuilder(
builder: (_, constraints) => Padding(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This padding could be outside of LayoutBuilder.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@adrianoct42 adrianoct42 merged commit 4f2cc46 into develop Jan 9, 2024
1 check passed
@mpamaro mpamaro deleted the feature/567769-message-bubble-united branch January 9, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants