- 19 May, 2022 30 commits
-
-
Emmanuel Garcia authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
This adds a ShortcutsRegistry for ShortcutActivator to Intent mappings that can be modified from its descendants. This is so that descendants can make shortcuts dynamically available to a larger portion of the app than just their descendants. This is a precursor needed by the new MenuBar, for instance, so that the menu bar itself can be placed where it likes, but the shortcuts it defines can be in effect for most, if not all, of the UI surface in the app. For example, the "Ctrl-Q" quit binding would need to work even if the focused widget wasn't a child of the MenuBar. This just provides the shortcut to intent mapping, the actions activated by the intent are described in the context where they make sense. For example, defining a "Ctrl-C" shortcut mapped to a "CopyIntent" should perform different functions if it happens while a TextField has focus vs when a drawing has focus, so those different areas would need to define different actions mapped to "CopyIntent". A hypothetical "QuitIntent" would probably be active for the entire app, so would be mapped in an Actions widget near the top of the hierarchy.
-
Liam Appelbe authored
* Use libraryFilters flag to speed up coverage collection * Allow libraryNames to be null * Unconditionally enable the reportLines flag * Fix analysis errors
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
David Miguel Lozano authored
-
Bernardo Ferrari authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Pierre-Louis authored
* Update material_id.arb * Update README.md * Update generated_material_localizations.dart * Update README.md * remove trailing whitespace
-
engine-flutter-autoroll authored
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
xubaolin authored
-
Zachary Anderson authored
-
Michael Goderbauer authored
-
Gary Qian authored
-
Dan Field authored
-
Bruno Leroux authored
-
Justin McCandless authored
-
engine-flutter-autoroll authored
-
Justin McCandless authored
-
- 18 May, 2022 10 commits
-
-
Bruno Leroux authored
-
engine-flutter-autoroll authored
-
Justin McCandless authored
-
engine-flutter-autoroll authored
-
gaaclarke authored
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Casey Hillers authored
This reverts commit f8f43873.
-