grabber_sheet 1.1.0
grabber_sheet: ^1.1.0 copied to clipboard
A reusable and customizable draggable bottom sheet with a grabber handle, inspired by the modal sheets in popular apps.
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.