menu 0.1.4 copy "menu: ^0.1.4" to clipboard
menu: ^0.1.4 copied to clipboard

menu with flutter, just wrap your widget ,and long tap to show menu

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add menu

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

dependencies:
  menu: ^0.1.4

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:menu/menu.dart';
9
likes
40
pub points
58%
popularity

Publisher

unverified uploader

menu with flutter, just wrap your widget ,and long tap to show menu

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on menu