pop_bottom_menu 1.0.0 copy "pop_bottom_menu: ^1.0.0" to clipboard
pop_bottom_menu: ^1.0.0 copied to clipboard

A bottom sheet menu inspired from instagram

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pop_bottom_menu

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

dependencies:
  pop_bottom_menu: ^1.0.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:pop_bottom_menu/pop_bottom_menu.dart';
15
likes
30
pub points
2%
popularity

Publisher

unverified uploader

A bottom sheet menu inspired from instagram

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on pop_bottom_menu