flippo_navigation 0.0.5 copy "flippo_navigation: ^0.0.5" to clipboard
flippo_navigation: ^0.0.5 copied to clipboard

outdated

A Flutter Animated Navigation Drawer Package.

flippo_navigation #

A Flutter package to make an animated navigation bar.

Screenshots #

https://github.com/sad1996/flippo/blob/master/Screenshot/Screenrecord.mp4 https://github.com/sad1996/flippo/blob/master/Screenshot/Screen1.png https://github.com/sad1996/flippo/blob/master/Screenshot/Screen2.png

Snippet #

@override Widget build(BuildContext context) { return new Flippo( controller: controller, mask: new Scaffold( backgroundColor: Colors.white, ), body: new Scaffold( backgroundColor: Colors.white, ), drawer: new Scaffold( backgroundColor: Colors.black, ), ); }

14
likes
30
pub points
26%
popularity

Publisher

unverified uploader

A Flutter Animated Navigation Drawer Package.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flippo_navigation