push_drawer 0.0.1 copy "push_drawer: ^0.0.1" to clipboard
push_drawer: ^0.0.1 copied to clipboard

A sliding drawer, pushing the main view away

push_drawer #

A sliding drawer, pushing the main view away

Simply use it with

PushDrawer(
    drawerRatio: 0.9,
    drawer: MyDrawerView(),
    child: ContentView(),
),

You might want ContentView to be a nested Navigator

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A sliding drawer, pushing the main view away

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on push_drawer