grabber_sheet 1.2.0
grabber_sheet: ^1.2.0 copied to clipboard
A customizable draggable bottom sheet inspired by modal sheets in popular apps. Solves gesture conflicts with an independent grabber and smooth snapping. The ultimate DraggableScrollableSheet alternative.
1.2.0 #
- Feat: Added
GrabberSheetControllerfor programmatic control (maximize,minimize,animateTo). - Feat: Added
onSizeChangedandonSnapcallbacks for monitoring sheet state. - Feat: Added
borderRadiusproperty toGrabberSheetfor customizing sheet corners. - Docs: Reorganized documentation sections for better readability.
- Docs: Updated Korean documentation (
README.ko.md).
1.1.3 #
- Docs: Optimized
pubspec.yamldescription for better search visibility on pub.dev. - Docs: Simplified
README.mdandREADME.ko.mdintroductions for improved readability.
1.1.2 #
- Docs: Updated
CHANGELOG.mdto include missing version history. - Meta: Improved package scoring by addressing maintenance issues.
1.1.1 #
- Docs: Enhanced discoverability and clarity of package documentation.
- Meta: Updated
pubspec.yamlwith clearer description and topics.
1.1.0 #
- Feature: Added
showGrabberOnNonMobileoption to allow displaying the grabber handle on desktop and web platforms.
1.0.2 #
- Fix: Corrected the CI badge link in the README files to point to the correct workflow.
1.0.1 #
- Patch: Optimized the minimum supported versions for Dart and Flutter SDKs.
- Dart SDK:
>=3.0.0 <4.0.0 - Flutter SDK:
>=3.0.0
- Dart SDK:
- Fix: Resolved a syntax error that occurred with the updated SDK versions.
- Test: Added comprehensive widget tests for grabber rendering and snap animations, improving test coverage.
- Refactor: Redesigned test architecture for better maintainability and scalability.
1.0.0 #
- New Feature: Added a
bottomproperty to allow adding widgets to the bottom area of the sheet. - Docs: Improved descriptions in
README.mdandREADME.ko.md, and updated example images and sample code. - Build: Added ignored paths to
.gitignore.
0.0.2 #
- Improved
README.mdwith detailed customization instructions and examples. - Added a Korean version of the README (
README.ko.md).
0.0.1 #
- Initial release of the
grabber_sheetpackage. - Provides a
GrabberSheetwidget for a customizable draggable bottom sheet. - Includes a
GrabberStyleclass for customizing the handle.