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
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A sliding drawer, pushing the main view away

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on push_drawer