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

A professional Flutter package providing customizable overlay menus with haptic feedback, automatic positioning, smooth animations, and programmatic control. Perfect for context menus and action overlays.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_overlay_menu

With Flutter:

 $ flutter pub add smart_overlay_menu

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

dependencies:
  smart_overlay_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:smart_overlay_menu/smart_overlay_menu.dart';
18
likes
0
points
60
downloads

Publisher

verified publisherasyncdev.com

Weekly Downloads

A professional Flutter package providing customizable overlay menus with haptic feedback, automatic positioning, smooth animations, and programmatic control. Perfect for context menus and action overlays.

Repository (GitHub)
View/report issues

Topics

#overlay #menu #context-menu #flutter-widget #ui-components

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_overlay_menu