FLUTTER ECOSYSTEM

malikwang/custom_pop_up_menu

使用 CustomPopupMenu 包裹一个 widget。点击或长按该 widget,弹出菜单将显示在相应位置。

自定义弹出菜单 项目封面
Stars
115
Forks
61
最近推送(UTC)
2023年4月4日
项目状态
未归档
malikwang GitHub avatar
GITHUB User

malikwang ↗

语言DartHTMLRubyObjective-CJavaSwiftKotlin

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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.