bottom_sheet_bar
A toolbar that aligns to the bottom of a widget and expands into a bottom sheet.
2.3.11
3.1K downloads/mo
#4570 most downloaded on pub.dev
mhrst/bottom_sheet_bar
What this package is like to depend on
Last release 1 years ago
13 Jun 2025
Release timing varies
gaps range from 2 weeks to 1.1 years
Nearly every release is documented
notes for 23 of 23 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
23 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
23 releases · Sep 2020 to Jun 2025
2021
2022
2023
2024
2025
2026
Releases
latest 23-
2.3.1113 Jun 2025 -
2.3.1016 May 2024 -
2.3.929 Mar 2023 -
2.3.818 Oct 2022Release notes
Open source →- Remove
WillPopScope - Add
willPopScopeandbackButtonListenerproperties to support handling back-gestures in multiple scenarios
- Remove
-
2.3.718 Oct 2022Release notes
Open source →- Replace
BackButtonListenerwithWillPopScope - Wrap expanded-sheet widget with a
RepaintBoundary - Prevent pan-gesture and fling from hiding the
collapsedwidget entirely
- Replace
-
2.3.613 Oct 2022Release notes
Open source →- Added
BackButtonListenerto collapse bottom-sheet when using the device's 'Back' button
- Added
-
2.3.522 Sep 2022 -
2.3.421 Sep 2022 -
2.3.208 Sep 2022 -
2.3.123 Jun 2022Release notes
Open source →- Fix box-shadows appearing above bar color
colordefaults toTheme.of(context).bottomAppBarColor- The default is still
Colors.white
- The default is still
- Reduce number of
buildcalls in widget tree
-
2.2.101 Jun 2022 -
2.2.012 May 2022 -
2.1.112 Oct 2021 -
2.1.009 Oct 2021Release notes
Open source →Fixed
- Swiping to open/close works more consistently
- Made isCollapsed and isExpanded reliable
- Inkwell animations appear on the BottomSheetBar background
-
2.0.122 May 2021 -
2.0.007 Mar 2021 -
1.0.2+618 Oct 2020Release notes
Open source →Added
- Optional property
borderRadiusExpandedto animate and display a different border-radius in the expanded state
- Optional property
-
1.0.2+706 Nov 2020Release notes
Open source →Fixed
- No longer using deprecated
VelocityTrackerconstructor - Bottom of body is no longer obscured when a bottom-safe-area is present
- No longer using deprecated
-
1.0.1+417 Oct 2020Release notes
Open source →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
- Body widget gets placed in a full-size container
-
1.0.1+517 Oct 2020Release notes
Open source →Changed
- Moved
MeasureSizewidget to https://pub.dev/packages/measure_size
- Moved
-
1.0.0+126 Sep 2020 -
1.0.0+228 Sep 2020Release notes
Open source →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+308 Oct 2020Release notes
Open source →Fixed
- Content overflowing bottom sheet now scrollable with scroll gestures other than touch (mousewheel, trackpad, etc.)