- 07 Nov, 2022 1 commit
-
-
Chris Bracken authored
Increases the minimum macOS deployment target from macOS 10.13 (High Sierra) to 10.14 (Mojave) in the macOS app templates. Includes: * Update migration for macOS 10.11 apps to upgrade to 10.14 * Adds migration for macOS 10.13 apps to upgrade to 10.14 * Apply migration to all examples, and integration tests This does not increase version in the plugin templates since those will need to wait until the 10.14 framework rolls to stable channel, so new plugins can build with apps created with `flutter create` on stable channel. Issue: https://github.com/flutter/flutter/issues/114445 See RFC: http://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4 See previous patch: https://github.com/flutter/flutter/pull/107689
-
- 04 Nov, 2022 1 commit
-
-
chunhtai authored
* Support keyboard selection in selectable region * fix some comments * addressing comments
-
- 02 Nov, 2022 1 commit
-
-
Darren Austin authored
* Revert "Revert "Add Material 3 support for BottomAppBar" (#114421)" This reverts commit 210a2aa3. * Regenerated the defaults from tokens and fixed tests. * Fixed the tests. * Updated the shape token template to optimize the a common case.
-
- 01 Nov, 2022 3 commits
-
-
Taha Tesser authored
-
Zachary Anderson authored
-
Talat El Beick authored
-
- 31 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 28 Oct, 2022 2 commits
-
-
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.
-
Flutter GitHub Bot authored
-
- 25 Oct, 2022 3 commits
-
-
Qun Cheng authored
-
Taha Tesser authored
-
Taha Tesser authored
-
- 24 Oct, 2022 1 commit
-
-
J-P Nurmi authored
-
- 21 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 20 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 19 Oct, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 2fdfa29e.
-
Taha Tesser authored
-
- 18 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 17 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 11 Oct, 2022 1 commit
-
-
hangyu authored
-
- 10 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Oct, 2022 2 commits
-
-
Greg Spencer authored
-
Greg Spencer authored
-
- 06 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 04 Oct, 2022 1 commit
-
-
J-P Nurmi authored
Allows the creation of virtual in-app keyboards written in Flutter. Especially useful for embedded environments.
-
- 03 Oct, 2022 1 commit
-
-
Taha Tesser authored
-
- 29 Sep, 2022 3 commits
-
-
Darren Austin authored
-
Taha Tesser authored
-
joshualitt authored
-
- 28 Sep, 2022 1 commit
-
-
Greg Spencer authored
This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two. This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus. Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them. The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
-
- 27 Sep, 2022 1 commit
-
-
Casey Hillers authored
-
- 26 Sep, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Taha Tesser authored
-
- 23 Sep, 2022 2 commits
-
-
Anthony Oleinik authored
-
Casey Hillers authored
-
- 22 Sep, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
- 21 Sep, 2022 1 commit
-
-
Taha Tesser authored
-
- 20 Sep, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Greg Spencer authored
-