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

A Flutter Animated Navigation Drawer Package.

Flippo Navigation #

pub package

Flippo Navigation- A Flutter Package for an animated navigation drawer.

How to use #

import 'package:flippo_navigation/flippo_navigation.dart';

Create an animated navigation drawer with the following snippet:

new Flippo(
      mask: new Scaffold(
        backgroundColor: Colors.white,
      ),
      body: new Scaffold(
        backgroundColor: Colors.white,
      ),
      drawer: new Scaffold(
        backgroundColor: Colors.black,
      ),
    );
14
likes
30
pub points
25%
popularity

Publisher

unverified uploader

A Flutter Animated Navigation Drawer Package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flippo_navigation