customized_flutter_slider_drawer 0.1.2
customized_flutter_slider_drawer: ^0.1.2 copied to clipboard
A Flutter package with custom implementation of the Slider Drawer Menu
0.1.2 Documentation #
- README updates only (no code changes).
0.1.1 Bug Fix Release #
π Fixes #
- Fixed minor issues related to drawer icon state changes.
- Improved reliability of the
onDrawerTapcallback. - Optimized animation timing for smoother transitions.
- General stability improvements and code cleanup.
0.1.0 Initial Release #
This is the first release of customized_flutter_slider_drawer,
a customized and enhanced version of the original flutter_slider_drawer package.
β¨ New Features #
- Added customizable drawer icon:
- You can now set your own icon for the drawer.
- The icon can change automatically when the drawer is opened or closed.
- Added onDrawerTap callback to handle drawer tap events easily.
βοΈ Improvements #
- Built upon the latest stable version of
flutter_slider_drawer(v3.0.2). - Enhanced animation and performance consistency with Flutter 3.x.
- Updated documentation for clarity and simplicity.
π§Ή Deprecations (inherited from the base package) #
- Removed old/deprecated parameters (
isTitleCenter,appBarHeight, etc.). - Continued using
SliderAppBarConfigfor app bar customization. - Maintains renamed enum values for clarity:
LEFT_TO_RIGHTβleftToRightRIGHT_TO_LEFTβrightToLeftTOP_TO_BOTTOMβtopToBottom
π¦ Notes #
- This package is not an official update of
flutter_slider_drawerβ itβs a community customization with additional features and better flexibility. - Original package: flutter_slider_drawer
