Releases: surfstudio/flutter-bottom-sheet
Releases · surfstudio/flutter-bottom-sheet
Rebranding
Rebranding
v4.0.3
Rebranding
v4.0.2
v4.0.1
Fixed
- Sticking when closing at the end
Changed
- Split the animation speed into opening and closing speeds. The closing speed has been reduced.
- FlexibleBottomSheetRoute has been made public
v4.0.0
Fixed
- BottomSheet pop twice
- Added Force widget rebuild to change bottomSheetOffset value
- Transparent space below the content
- No rounded corner on top
Added
- Added generic param to FlexibleBottomSheet
- Added a new parameter that controls the display of the snackbar
Changed
- Updates minimum Flutter version to 3.0.0
- Updates minimum surf_lint_rules version to 3.0.0
v3.1.2
What's Changed
- chore: added missed trailing commas by @dkrutskikh in #58
- fix: error with currentExtent by @zaharovroman in #65
- feat: add draggableScrollableController by @iAmTosuj in #61
- Update pubspec.yaml by @dshevchenkoo in #66
- Update CHANGELOG.md by @dshevchenkoo in #67
New Contributors
- @dkrutskikh made their first contribution in #58
- @zaharovroman made their first contribution in #65
- @iAmTosuj made their first contribution in #61
- @dshevchenkoo made their first contribution in #66
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Fix: bug after closing the bottom sheet if it was opened with an open keyboard. by @KristinaZoteva in #54
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Chore: add github action to monitors the correctness of the issue. by @KristinaZoteva in #55
- Feat: add the ability to set the color of the barrier. by @KristinaZoteva in #56
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Docs: add information that builder should return a scrollable widget. by @KristinaZoteva in #46
- Feat: add ability set height based on content. by @KristinaZoteva in #51
- Feat: safe area including available #41
- Fixed: #49
- Fixed: #48
- Fixed #30
Full Changelog: v2.1.0...v3.0.0