Flutter Zoom Drawer A Flutter package with custom implementation of the Side Menu (Drawer). Getting Started To start using this package, add flutter_zoom_drawer dependency to your pubspec.yaml dependencies: flutter_zoom_drawer: ‘<latest_release>’ Features Simple sliding drawer Sliding drawer with shadows Sliding drawer with rotation Sliding drawer with rotation and shadows Support for both LTR & RTL Documentation ZoomDrawer( controller: ZoomDrawerController, menuScreen: MENU_SCREEN, …
