Skip to content

sadaks-me/flippo

Repository files navigation

Flippo

pub package

Flippo - A Flutter application 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,
      ),
    );

About

Flippo - A Flutter app with an animated navigation bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages