anydrawer 2.1.0 copy "anydrawer: ^2.1.0" to clipboard
anydrawer: ^2.1.0 copied to clipboard

A Flutter drawer that slides from any edge. No Scaffold needed — backdrop blur, drag, return values, swipe-from-edge, multiple drawers, and declarative API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anydrawer

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

dependencies:
  anydrawer: ^2.1.0

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:anydrawer/anydrawer.dart';
39
likes
160
points
560
downloads
screenshot

Documentation

API reference

Publisher

verified publishernbhatt.com.np

Weekly Downloads

A Flutter drawer that slides from any edge. No Scaffold needed — backdrop blur, drag, return values, swipe-from-edge, multiple drawers, and declarative API.

Repository (GitHub)
View/report issues

Topics

#drawer #navigation #panel #overlay #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on anydrawer