solid_bottom_sheet 0.1.13 solid_bottom_sheet: ^0.1.13 copied to clipboard
A full customizable bottom sheet easy to implement. Just put it on your bottomSheet property on your Scaffold widget and see the magic. For more details see the README.md.
[0.1.13] - 2024-31-08. #
- Minor changes
[0.1.12] - 2024-31-08. #
- Minor changes
[0.1.11] - 2024-31-08. #
- Deprecates
canUserSwipe
- Deprecates
showOnAppear
- Increase flutter version
[0.1.10] - 2021-06-08. #
- Migrates to null-safety
[0.1.9] - 2019-11-24. #
- Adds height stream on the controller.
- Adds isOpen stream on the controller.
- Improves internal performance.
[0.1.8] - 2019-10-27. #
- Adds draggableBody property.
[0.1.7] - 2019-10-27. #
- OnHide callback added
- OnShow callback added
- Adds a key property
- Solid bottom sheet performance enhanced
- Test coverage increased
[0.1.6] - 2019-10-26. #
- Improved the native feeling of the smoothness.
[0.1.5] - 2019-10-20. #
- Added canUserSwipe property.
[0.1.4] - 2019-07-26. #
- SolidController bug fixed.
[0.1.3] - 2019-07-25. #
- SolidController added to control the visibility of the SolidBottomSheet inside the app.
[0.1.2] - 2019-07-11. #
- README.md changed.
[0.1.1] - 2019-07-10. #
- README.md changed.
[0.1.0] - 2019-07-10. #
- Maintenance improvements.
[0.0.1] - 2019-07-08. #
- Initial release.