# custom_pop_up_menu **Repository Path**: lzydn/custom_pop_up_menu ## Basic Information - **Project Name**: custom_pop_up_menu - **Description**: Wrap a widget with CustomPopupMenu, Tap or Long Press this widget, a popup menu would show in a position. - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-30 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://github.com/malikwang/custom_pop_up_menu/blob/master/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.