anydrawer 1.0.3 anydrawer: ^1.0.3 copied to clipboard
A flutter package to show drawer from any where in the app by providing context. It eliminates the need to use scaffold to show drawer.
1.0.0 #
- Initial release
1.0.1 #
- Added screenshots to README.md
- Fixed right drawer drag issue.
1.0.2 #
- Added
controller
property showDrawer function to close drawer programmatically.
1.0.3 #
- Added
closeOnResume
property to close drawer when app is resumed (Android only). - Added
closeOnBackButton
property to close drawer when back button is pressed (Requires a route navigator). - Added
closeOnEscapeKey
property to close drawer when Escape key is pressed.