bottom_sheet_bar 2.2.0 copy "bottom_sheet_bar: ^2.2.0" to clipboard
bottom_sheet_bar: ^2.2.0 copied to clipboard

outdated

A toolbar that aligns to the bottom of a widget and expands into a bottom sheet.

2.2.0 - 2022-05-12 #

  • Updated for Flutter 3

[2.1.1] - 2021-10-12 #

Fixed #

  • Widget accomodates for safe-area spaces (bottom-notch, etc.)

[2.1.0] - 2021-10-09 #

Fixed #

  • Swiping to open/close works more consistently
  • Made isCollapsed and isExpanded reliable
  • Inkwell animations appear on the BottomSheetBar background

[2.0.1] - 2021-05-22 #

Added #

  • Add optional box-shadows to BottomSheetBar widget

2.0.0 - 2021-03-07 #

Changed #

  • Migrated to null safety

1.0.2+7 - 2020-11-06 #

Fixed #

  • No longer using deprecated VelocityTracker constructor
  • Bottom of body is no longer obscured when a bottom-safe-area is present

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 #

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
68
likes
0
pub points
88%
popularity

Publisher

verified publisherqrl.app

A toolbar that aligns to the bottom of a widget and expands into a bottom sheet.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, measure_size

More

Packages that depend on bottom_sheet_bar