quick_action_menu 1.0.0 copy "quick_action_menu: ^1.0.0" to clipboard
quick_action_menu: ^1.0.0 copied to clipboard

A Flutter package for displaying Telegram/WeChat-style context menus with smooth flying anchor animations, sticky menu behaviors, and backdrop blur effects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quick_action_menu

With Flutter:

 $ flutter pub add quick_action_menu

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

dependencies:
  quick_action_menu: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quick_action_menu/quick_action_menu.dart';
3
likes
0
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying Telegram/WeChat-style context menus with smooth flying anchor animations, sticky menu behaviors, and backdrop blur effects.

Repository (GitHub)
View/report issues

Topics

#ui #menu #context-menu #overlay #animation

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on quick_action_menu