context_menu_android 1.0.5 copy "context_menu_android: ^1.0.5" to clipboard
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_android

This 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.5

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: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';
7
likes
150
points
144
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

iOS-style context menu widget for Flutter with blur, smooth animations, and nested sub-menus; optimized for Android.

Repository (GitHub)
View/report issues

Topics

#context-menu #ios #android #ui #widget

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on context_menu_android