drawerbehavior 3.0.2 copy "drawerbehavior: ^3.0.2" to clipboard
drawerbehavior: ^3.0.2 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
copied to clipboard

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

dependencies:
  drawerbehavior: ^3.0.2
copied to clipboard

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';
copied to clipboard
162
likes
150
points
390
downloads

Publisher

verified publisherzariman.dev

Weekly Downloads

2024.09.19 - 2025.04.03

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