smart_bottom_sheet 1.0.1
smart_bottom_sheet: ^1.0.1 copied to clipboard
A smart, feature-rich Flutter bottom sheet package with snap points, physics-based dragging, form, stepper, confirmation, and rating sheets.
1.0.1 #
New Features #
- Haptic feedback on snap — light, medium, heavy impact based on snap position
onOpen/onClose/onSnapcallbacks inSheetController- Nested scroll support in
SnapSheet— inner list scrolls when sheet is full SheetStackManager— push/pop sheets on top of each other like Apple Maps- Custom handle styles —
defaultHandle,pill,pulse,arrow,none handleStyleandhandleColoradded toSheetConfig
Improvements #
SheetControllerrefactored with_updateSnap— cleaner snap logic_applyHaptichelper extracted for reuse- All public API documented with dartdoc comments
1.0.0 #
- Initial release
- Action Menu Sheet with destructive action support
- Snap Sheet with 3 snap points and rubber-band physics
- Form Sheet with keyboard avoidance and validation
- Confirm Sheet as AlertDialog replacement
- Stepper Sheet with animated step transitions
- Rating Sheet with animated star picker
- SheetConfig for global customization
- Dark mode support