- 29 Oct, 2020 10 commits
-
-
Jonah Williams authored
Currently we only have a test that measures if flutter drive can fail. Unfortunately it has been failing for multiple years based on the fact that the error is due to a missing Gradle config. Add a smoke success test case, and update both tests to use the test API and the tester-device.
-
Darren Austin authored
-
Sam Rawlins authored
-
Danny Lin authored
-
Ian Hickson authored
-
engine-flutter-autoroll authored
073263e39 Roll Skia from 5bbbb49f1da0 to 7737a5bd2510 (13 revisions) (flutter/engine#22140) (#69231)
-
Michael Goderbauer authored
-
Angjie Li authored
Support --web-renderer options which would allow user to specify which rendering backend to use. (#68848)
-
Jonah Williams authored
[flutter_tools] conditionally invoke pub run test for drive scripts based on presence of dependency (#69246) * [flutter_tools] conditionally invoke pub run test for drive scripts based on presence of dependency
-
Jonah Williams authored
* [flutter_tools] stage web integration tests
-
- 28 Oct, 2020 18 commits
-
-
Jonah Williams authored
-
David Reveman authored
* Improve resampling of up and remove events. This improves resampling of these events by searching for them until the next approximate sample time. Co-authored-by: David Reveman <reveman@google.com>
-
Jonah Williams authored
-
xubaolin authored
(Reland) Fixes a bug where keyboard capitalization behavior was reset by TextEditingController.clear.
-
Jacob MacDonald authored
-
Jonah Williams authored
-
Jonah Williams authored
* [flutter_tools] use throwToolExit * Update drive.dart
-
xubaolin authored
Fixes a bug where selection handles sometimes showed on web.
-
Phil Quitslund authored
-
Per Classon authored
-
Michael Goderbauer authored
-
Danny Tuppeny authored
-
Per Classon authored
Add side property to Chips, and resolve it and the state of Chips to be MaterialState aware (#68596)
-
Anurag Roy authored
-
Konstantin Scheglov authored
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
Daniel Edrisian authored
-
Jacob MacDonald authored
-
- 27 Oct, 2020 12 commits
-
-
Kate Lovett authored
-
Daniel Edrisian authored
-
Jonah Williams authored
Moves the flutter root initialization to a static method on the cache. This is a small step towards making this functionality non-static and instead injected like normal members - however, completely removing all of the static-ness at once was too large of a change. Instead document and add unit tests and change existing code as little as possible. #47161
-
Michael Goderbauer authored
-
Gildásio Filho authored
Updated SearchDelegate to follow InputDecorationTheme
-
Anurag Roy authored
* Add --verify-only flag for flutter upgrade
-
Jonah Williams authored
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query Co-authored-by: Gary Roumanis <grouma@google.com> Co-authored-by: Anna Gringauze <annagrin@google.com>
-
Justin McCandless authored
When attempting to select a space on mobile, Flutter will try to select the word before the space too, if one exists.
-
Yuqian Li authored
-
Jonah Williams authored
-
Jonah Williams authored
-