smooth_bottom_sheet 0.0.2
smooth_bottom_sheet: ^0.0.2 copied to clipboard
Modern, animated and highly customizable bottom sheets for Flutter apps.
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.