slide_drawer 1.0.3 copy "slide_drawer: ^1.0.3" to clipboard
slide_drawer: ^1.0.3 copied to clipboard

An easy way to use drawer in Flutter with cool sliding animation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slide_drawer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  slide_drawer: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:slide_drawer/slide_drawer.dart';
47
likes
90
pub points
78%
popularity

Publisher

unverified uploader

An easy way to use drawer in Flutter with cool sliding animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

curved_animation_controller, flutter

More

Packages that depend on slide_drawer