dynamic_bottom_drawer 0.0.2 copy "dynamic_bottom_drawer: ^0.0.2" to clipboard
dynamic_bottom_drawer: ^0.0.2 copied to clipboard

outdated

This flutter plugin can be used to render the dynamic bottom drawer, where developer can pass the list of title and icons for the bottom drawer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_bottom_drawer

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

dependencies:
  dynamic_bottom_drawer: ^0.0.2

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:dynamic_bottom_drawer/dynamic_bottom_drawer_web.dart';
import 'package:dynamic_bottom_drawer/dynamic_bottom_drawer_with_icon.dart';
import 'package:dynamic_bottom_drawer/dynamic_bottom_drawer_without_icon.dart';
1
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

This flutter plugin can be used to render the dynamic bottom drawer, where developer can pass the list of title and icons for the bottom drawer.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on dynamic_bottom_drawer