drawerbehavior 2.4.1 copy "drawerbehavior: ^2.4.1" to clipboard
drawerbehavior: ^2.4.1 copied to clipboard

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide..

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drawerbehavior

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

dependencies:
  drawerbehavior: ^2.4.1

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:drawerbehavior/drawerbehavior.dart';
161
likes
90
points
251
downloads

Publisher

verified publisherzariman.dev

Weekly Downloads

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide..

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drawerbehavior