flutter_zoom_drawer 2.0.2+1
flutter_zoom_drawer: ^2.0.2+1 copied to clipboard
A Flutter package with custom implementation of the Side Menu (Drawer)
2.0.2+1 #
- updated null assertion
2.0.2 #
- Add Persian to RTL support list
- Fixed
window.locale
null safety bug
2.0.1 #
- Fixed RTL support in styles
2.0.0 #
- Migrated to Null Safety
- Added a parameter to disable the swipe gesture (
disableGesture
)
1.0.5 #
- Added multiple drawer styles thanks to @dangtienngoc
1.0.4+1 #
- Fixed animation controller dispose issue
1.0.4 #
- Added
ValueNotifier<DrawerState>
to get updates on the Drawer current state
1.0.3 #
- Added the ability to customize the open and close
curve
of the drawer
1.0.2 #
- Added
isOpen
method to determine the status of the drawer
1.0.1+1 #
- Fixed RTL rotation bug
1.0.1 #
- Added Sliding with shadow.
- Updated example app with RTL support
- Fixed bugs.
1.0.0 Stable release. #
- Stable package release.
0.0.1 Initial release. #
- Initial package release.