contextual_menu 0.1.2 copy "contextual_menu: ^0.1.2" to clipboard
contextual_menu: ^0.1.2 copied to clipboard

This plugin allows Flutter desktop apps to create native context menus.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contextual_menu

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

dependencies:
  contextual_menu: ^0.1.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:contextual_menu/contextual_menu.dart';
45
likes
120
pub points
84%
popularity

Publisher

verified publisherleanflutter.dev

This plugin allows Flutter desktop apps to create native context menus.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, menu_base

More

Packages that depend on contextual_menu