anydrawer 1.0.4 anydrawer: ^1.0.4 copied to clipboard
Introducing a revolutionary Flutter package that allows you to display a drawer from anywhere within your app, simply by providing context. Say goodbye to the constraints of using a scaffold to show a [...]
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.
1.0.4 #
- Minor bug fixes.