bottom_sheet_bar 1.0.2+6 bottom_sheet_bar: ^1.0.2+6 copied to clipboard
A toolbar that aligns to the bottom of a widget and expands into a bottom sheet.
1.0.2+6 - 2020-10-18 #
Added #
- Optional property
borderRadiusExpanded
to animate and display a different border-radius in the expanded state
1.0.1+5 - 2020-10-17 #
Changed #
- Moved
MeasureSize
widget to https://pub.dev/packages/measure_size
1.0.1+4 - 2020-10-17 #
Fixed #
- Body widget gets placed in a full-size container
- (side-effect) Body widgets are aligned to the top of parent container rather than aligned above the bottom-sheet
1.0.0+3 - 2020-10-08 #
Fixed #
- Content overflowing bottom sheet now scrollable with scroll gestures other than touch (mousewheel, trackpad, etc.)
1.0.0+2 - 2020-09-28 #
Added #
- Dart docstrings added to public API
Changed #
- README updated
- Longer package description
Fixed #
- VelocityTracker uses the deprecated constructor for compatibility with Flutter stable channel
1.0.0+1 - 2020-09-26 #
- Initial release