native_adaptive_toolbox 0.1.0
native_adaptive_toolbox: ^0.1.0 copied to clipboard
Native text-selection menus and custom-painted handles, foundation-only.
Changelog #
0.1.0 - 2026-08-26 #
- Native text-selection menus per platform (Android floating ActionMode, iOS UIEditMenuInteraction/UIMenuController, macOS NSMenu, Windows TrackPopupMenu, GTK menu) anchored at a Dart-computed rect clamped above the IME and inside the screen.
- Foundation-only custom-painted selection handles.
- No custom-drawn menu and no fallback: a platform without an implementation
returns false from
NativeToolboxMenu.showMenu.