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.