native_context_menu 0.2.1+4 native_context_menu: ^0.2.1+4 copied to clipboard
Provides a native context menu for flutter applications. Most useful on desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_context_menu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
native_context_menu: ^0.2.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:native_context_menu/native_context_menu.dart';