flutter_root_context_menu 0.4.2
flutter_root_context_menu: ^0.4.2 copied to clipboard
A customizable context menu package for Flutter with animation support, flexible styling, and web-like behavior.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_root_context_menuThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_root_context_menu: ^0.4.2Alternatively, 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:flutter_root_context_menu/flutter_root_context_menu.dart';