cupertino_context_menu_plus 1.0.3
cupertino_context_menu_plus: ^1.0.3 copied to clipboard
An enhanced version of Flutter's CupertinoContextMenu.
1.0.3 #
2025-12-22 #
- Add
onOpenedcallback to notify after the menu route is pushed (opening starts; not when the transition finishes).
1.0.2 #
2025-12-19 #
- Fix intermittent white flash during the open transition by keeping the route on-stage while measuring, and deferring layout measurements until keys are mounted.
- Improve blur/barrier stability during the transition.
- Make
CupertinoContextMenuPlusController.open()/.close()safe to call during build/layout by deferring to the next frame when needed.
