- 21 Apr, 2023 1 commit
-
-
Luccas Clezar authored
Visual fidelity of the right-click context menu on MacOS.
-
- 19 Apr, 2023 1 commit
-
-
Justin McCandless authored
Fixes https://github.com/flutter/flutter/issues/124247 | Native | Flutter before | Flutter after | | --- | --- | --- | | <img width="248" alt="Screenshot 2023-04-05 at 9 26 16 AM" src="https://user-images.githubusercontent.com/389558/230177116-154999e8-eef3-441d-9fe9-7063839a6b99.png"> | <img width="240" alt="Screenshot 2023-04-05 at 11 18 01 AM" src="https://user-images.githubusercontent.com/389558/230177125-1680e851-223e-4956-b5b6-1a24e11dc22a.png"> | <img width="226" alt="Screenshot 2023-04-05 at 11 17 36 AM" src="https://user-images.githubusercontent.com/389558/230177123-bde82134-67e1-4ce2-8eec-719eeb779bf4.png"> | Also, it's now possible for anyone to create disabled buttons like this by setting ContextMenuButtonItem.onPressed to `null`.
-
- 28 Oct, 2022 1 commit
-
-
Justin McCandless authored
* Can show context menus anywhere in the app, not just on text. * Unifies all desktop/mobile context menus to go through one class (ContextMenuController). * All context menus are now just plain widgets that can be fully customized. * Existing default context menus can be customized and reused.
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 01 Apr, 2021 1 commit
-
-
Chris Bracken authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 13 Jan, 2021 1 commit
-
-
Justin McCandless authored
* Making a custom iOS-style text selection menu is now much easier. * Exposes a new widget for the toolbar, a new widget for the buttons, and a new widget for the layout.
-