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
copied to clipboard

With Flutter:

 $ flutter pub add anydrawer
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
30
likes
0
points
252
downloads

Publisher

verified publishernbhatt.com.np

Weekly Downloads

2024.09.20 - 2025.04.04

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