cupertino_context_menu_plus 1.0.2
cupertino_context_menu_plus: ^1.0.2 copied to clipboard
An enhanced version of Flutter's CupertinoContextMenu.
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.