- Correct logo position
- Rebranding
- Drag on web
- Sticking when closing at the end
- Split the animation speed into opening and closing speeds. The closing speed has been reduced.
- FlexibleBottomSheetRoute has been made public
- BottomSheet pop twice
- Added Force widget rebuild to change bottomSheetOffset value
- Transparent space below the content
- No rounded corner on top
- Added generic param to FlexibleBottomSheet
- Added a new parameter that controls the display of the snackbar
- Updates minimum Flutter version to 3.0.0
- Updates minimum surf_lint_rules version to 3.0.0
- Indentation rules trailing commas;
- Error with showFlexibleBottomSheet - DraggableScrollableController is not attached to a sheet;
- Added optional draggableScrollableController;
- Overflow error when swipe down with opened keyboard;
- Wrong behavior when open and close bottomsheet with opened keyboard;
- ability to set the barrier color;
- Flutter 3 is supported;
- Absent scrolling in showStickyFlexibleBottomSheet when input was destroyed by cache area when keyboard was opened.
- Ability to pass decorated when calling showFlexibleBottomSheet.
- Ability to set the height of the bottom sheet based on the content.
- Ability to set the bottom sheet color.
- Hole between keyboard and bottom sheet;
- keyboardBarrierColor parameter that sets the color for the space behind the keyboard;
- custom bottom sheet's animation duration;
- ChangeInsetsDetector used BottomInsetObserver;
- LateInitializationError when bottom sheet appear with an open keyboard;
- DraggableScrollableSheet from Flutter used as core;
- FlexibleDraggableScrollableWidgetBuilder uses ScrollController instead FlexibleDraggableScrollableSheetScrollController;
- FlexibleScrollNotifier;
- Docs improvement.
- Fix double pop navigator(tnx Renesanse).
- Coverage integration.
- Useless classes has been removed
- Fix wrong behaviour when isCollapsible = true
- Added isDismissible property
- Migrate to AndroidX for example
- Fix some dirty code
- Fix extent counting
- Stable release
- Remove animation listeners.
- Apply new lint rules.
- Migrate this package to null safety.
- Fix lint hints
- Initial release