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

Introducing a revolutionary Flutter package that allows you to display a drawer from anywhere within your app, simply by providing context. Say goodbye to the constraints of using a scaffold to show a [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add anydrawer

With Flutter:

 $ flutter pub add anydrawer

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

dependencies:
  anydrawer: ^1.0.4

Alternatively, your editor might support dart pub get or 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';
30
likes
0
points
343
downloads

Publisher

verified publishernbhatt.com.np

Weekly Downloads

Introducing a revolutionary Flutter package that allows you to display a drawer from anywhere within your app, simply by providing context. Say goodbye to the constraints of using a scaffold to show a drawer. Try it today and experience the difference!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on anydrawer