FLUTTER ECOSYSTEM

malikwang/custom_pop_up_menu

Wrap a widget with CustomPopupMenu, Tap or Long Press this widget, a popup menu would show in a position.

custom_pop_up_menu project cover
Stars
115
Forks
61
Last push (UTC)
Apr 4, 2023
Project status
Active
malikwang GitHub avatar
GITHUB User

malikwang ↗

LanguagesDartHTMLRubyObjective-CJavaSwiftKotlin

Packages published by this repository

Dependencies used

Dependency list 2 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

CustomPopupMenu

Wrap a widget with CustomPopupMenu, Tap or Long Press this widget, a popup menu would display in a suitable position.

Features

  • Gesture: Tap/Long Press
  • Fully customized menu: This package doesn't preset any style of menu, the common styles see: example/lib/main.dart.
  • Auto calculate the position of menu, also supports manual adjustment.

Demo

Using this package, you are free to build similar popup menu in WeChat.