Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improvements on messaging UI, and fix on minor bugs on NestedScroll #154
Improvements on messaging UI, and fix on minor bugs on NestedScroll #154
Changes from 5 commits
6106e81
61ce577
d2d9cb3
b493345
afc3af2
8e14a05
abe8ff9
0c503fd
2820578
f14a2da
81a4a17
7b6abcf
ff0785b
7de6107
9b1bd3c
8cfb670
2f358af
bc055b8
44f8e56
de36c9f
15c9c00
bab6f7b
5c07bc4
03c1d1f
3ad2531
95482ba
1b3579d
15d8800
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of this was moved to separated widget classes, to have a more absolute control
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was replaced by a flexible to avoid any error rendering, is better to use flex instead of Expanded because flexible takes the needed space, and expanded takes all. and also each component inside flexible wrapped in flex can be auto adjusted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is totally fine for now, ideally we'd use some relative measure (% of viewport height)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The height is using a percentage of the total height of the screen, and the width was removed because by default takes all the available space horizontally.