popup_menu_plus 0.0.6 copy "popup_menu_plus: ^0.0.6" to clipboard
popup_menu_plus: ^0.0.6 copied to clipboard

A Flutter Popup Menu Widget, written completely in dart, and it supports both iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add popup_menu_plus

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

dependencies:
  popup_menu_plus: ^0.0.6

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:popup_menu_plus/popup_menu_plus.dart';
26
likes
150
points
1.62k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Popup Menu Widget, written completely in dart, and it supports both iOS and Android.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on popup_menu_plus