smooth_bottom_sheet 0.0.4
smooth_bottom_sheet: ^0.0.4 copied to clipboard
Modern, animated and highly customizable bottom sheets for Flutter apps.
0.0.4 #
- Refined README cross-links to published smooth packages only.
- Kept release documentation aligned with the new package version.
0.0.3 #
- Fixed README GIF previews for pub.dev by using absolute GitHub URLs.
- Removed legacy "Cashew" references from documentation.
0.0.2 #
- Fixed
SmoothBottomSheetTheme.light()— now returns real light palette (white background, dark text). - Fixed
SmoothBottomSheetTheme.adaptive()— now correctly readsTheme.of(context).brightness. dark()theme now has proper box shadows for depth.
0.0.1 #
- First public release of
smooth_bottom_sheet. - Added
SmoothBottomSheetwith smooth entrance animations. - Added
showSmoothBottomSheet(...)helper API. - Added theme, layout and animation configuration objects.
- Added
SmoothBottomSheetControllerfor programmatic close. - Added example app and widget tests.