- 29 Oct, 2020 27 commits
-
-
Jonah Williams authored
-
Angjie Li authored
-
Yegor authored
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
Greg Spencer authored
-
Greg Spencer authored
This removes the nullOk parameter from AnimatedList.of and SliverAnimatedList.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
Greg Spencer authored
This removes the nullOk parameter from Router.of, and createsRouter.maybeOf. Router.ofnow returns a non-nullable value, and the Router.maybeOf returns a nullable value.
-
Greg Spencer authored
This removes the nullOk parameter from Shortcuts.of, Actions.find and Actions.handler and created Shortcuts.maybeOf and Actions.maybeFind. Shortcuts.of and Actions.find now return non-nullable values, and the maybe versions return a nullable value. I didn't create a non-nullable version of Actions.handler, since it needs to be able to return null if an action is not enabled, but I did remove the nullOk parameter, effectively setting it to true permanently, since setting it to false doesn't make much sense if the function can still return null when the action is not enabled.
-
Mateus Felipe C. C. Pinto authored
-
Ian Hickson authored
-
Jonah Williams authored
-
Jonah Williams authored
Enable web tool integration tests: expression evaluation, stepping, and basic hot restart
-
Jonah Williams authored
-
Yegor authored
-
Sarbagya Dhaubanjar authored
-
Jonah Williams authored
This reverts commit d0cdfa41.
-
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
-
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 13 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
* [flutter_tools] use throwToolExit * Update drive.dart
-
xubaolin authored
Fixes a bug where selection handles sometimes showed on web.
-
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
-