flutter_sliding_nav 0.1.1 copy "flutter_sliding_nav: ^0.1.1" to clipboard
flutter_sliding_nav: ^0.1.1 copied to clipboard

outdated

Provides the SlidingRoot widget which displays a slideable front widget with a back widget

flutter_sliding_nav #

pub package


flutter_sliding_nav provides you with the SlidingRoot widget which takes a slideable front widget which is rendered over a back widget, this can be used to make unique intuitive gesture interfaces

Pub Package Example Code

Usage #

new SlidingRoot(
    back: new Container(
        decoration: new BoxDecoration(color: Colors.white)
    ),

    front: new Container(
        decoration: new BoxDecoration(color: Colors.black)
    )
)

This renders a black colored screen which you can swipe from left edge to the right to reveal a white colored back widget

Example #

GIF


Example Code

**made with ❤️ by [andrew bastin](https://github.com/AndrewBastin)**

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Provides the SlidingRoot widget which displays a slideable front widget with a back widget

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_sliding_nav