- 23 Jun, 2022 1 commit
-
-
hellohuanlin authored
-
- 22 Jun, 2022 4 commits
-
-
Anthony Oleinik authored
Add "excluding" optional parameter to TargetPlatformVariant to communicate cases where test should be ran everywhere but specific platforms (#106216) added "excluding" optional parameter to targetPlatforms.all Co-authored-by:
Anthony Oleinik <oleina@google.com>
-
Daniel Chevalier authored
-
LongCatIsLooong authored
-
xubaolin authored
-
- 21 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 17 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 16 Jun, 2022 4 commits
-
-
Taha Tesser authored
-
Kate Lovett authored
-
Dan Field authored
-
xubaolin authored
-
- 15 Jun, 2022 2 commits
-
-
Dan Field authored
* Make RenderSliverGrid more accurately report overflow * Update packages/flutter/lib/src/rendering/sliver_grid.dart Co-authored-by:
Kate Lovett <katelovett@google.com> Co-authored-by:
Kate Lovett <katelovett@google.com>
-
Tong Mu authored
Allow DoNothingIntent and DoNothingAndStopPropagationIntent to be used in a const environment (#105983)
-
- 13 Jun, 2022 1 commit
-
-
Youssef Attia authored
-
- 09 Jun, 2022 2 commits
-
-
Kate Lovett authored
-
Taha Tesser authored
-
- 08 Jun, 2022 2 commits
-
-
Bruno Leroux authored
-
Alexandre Ardhuin authored
-
- 07 Jun, 2022 1 commit
-
-
Zachary Anderson authored
-
- 06 Jun, 2022 2 commits
-
-
Jonah Williams authored
-
Kenzie Davisson authored
* Sort diagnostics node dependencies so that order is stable * use toDescription * use toStringShort when possible * sort InheritedElements
-
- 03 Jun, 2022 1 commit
-
-
LongCatIsLooong authored
-
- 02 Jun, 2022 3 commits
-
-
Zachary Anderson authored
This reverts commit 4ec4c249.
-
Markus Aksli authored
-
Pierre-Louis authored
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 27 May, 2022 5 commits
-
-
Justin McCandless authored
Implements ctrl-T to transpose characters on Mac and iOS
-
Markus Aksli authored
-
Jonah Williams authored
-
Justin McCandless authored
Bug fix for focusing a field with right click on existing selection (Mac and iOS)
-
chunhtai authored
* Fixes a bug when dragging selection handle sends events in wrong coordinates system * remove comments * addressing comments
-
- 26 May, 2022 2 commits
-
-
chunhtai authored
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 25 May, 2022 7 commits
-
-
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.
-
xubaolin authored
-
Kate Lovett authored
-
Markus Aksli authored
-
Greg Spencer authored
This removes Shorcuts.of and Shortctus.maybeOf because they're not especially useful, since the only thing you can really set on a ShortcutManager is the shortcuts, and the Shortcuts widget that you give it to manages those, so if it rebuilds, it overwrites what you set. Also, adds a Shortcuts.manager constructor and removes the manager argument to the Shortcuts widget. Removing these will also eliminate an InheritedWidget for each Shortcuts widget, improving memory usage.
-
Michael Goderbauer authored
-
Greg Spencer authored
A bunch of random cleanup things I found while doing MenuBar development. Changes an if test to an assert in binding.dart, since the if should always be true. Adds the default ShortcutRegistrar that should have been in the ShortcutRegistry PR. Moves a debug message in the FocusManager to print the result after the focus change instead of before. Reorders the test parameters in theme_data_test.dart to match the order of the theme data fields everywhere else.
-