context_menu_android 1.0.5
context_menu_android: ^1.0.5 copied to clipboard
iOS-style context menu widget for Flutter with blur, smooth animations, and nested sub-menus; optimized for Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add context_menu_androidThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
context_menu_android: ^1.0.5Alternatively, 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:context_menu_android/features/context_menu/data/models/context_menu.dart';
import 'package:context_menu_android/features/context_menu/presentation/widget/ios_style_context_menu.dart';