A sliding drawer, pushing the main view away
More...
Simply use it with
PushDrawer( drawerRatio: 0.9, drawer: MyDrawerView(), child: ContentView(), ),
You might want ContentView to be a nested Navigator
ContentView
unverified uploader
Repository (GitHub)
API reference
BSD-2-Clause (license)
flutter
Packages that depend on push_drawer
Back