- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 18 Sep, 2023 1 commit
-
-
Kostia Sokolovskyi authored
-
- 07 Mar, 2023 1 commit
-
-
Josh Matthews authored
Fix PlatformMenuItems with onSelectedIntent are never enabled
-
- 20 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 17 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 20 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 16 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 25 May, 2022 1 commit
-
-
Greg Spencer authored
When I was doing the MenuBar implementation, I made some changes to the PlatformMenuBar to allow it to understand shortcuts a little more, and to deprecate the body parameter rename it to child to match most other widgets. These are those changes, separated out because they are separable, and I'm trying to make the MenuBar PR smaller.
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2022 1 commit
-
-
Greg Spencer authored
This adjusts some of the names in the PlatformMenuBar to be more consistent with the rest of the API. Matching engine PR is flutter/engine#32433
-
- 04 Apr, 2022 1 commit
-
-
Greg Spencer authored
Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering. This PR includes: A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform. A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate. An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus. This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
-