quick_action_menu 1.0.1 copy "quick_action_menu: ^1.0.1" to clipboard
quick_action_menu: ^1.0.1 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 Flutter:

 $ flutter pub add quick_action_menu

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

dependencies:
  quick_action_menu: ^1.0.1

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:quick_action_menu/quick_action_menu.dart';
3
likes
160
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on quick_action_menu