- 29 Oct, 2021 1 commit
-
-
Greg Spencer authored
Makes the android_semantics_testing test not fail for newer versions of Talkback. Also, since the test now depends on pub_semver, upgraded the pubspec files. The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
-
- 12 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 28 Sep, 2021 1 commit
-
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 16 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 18 Aug, 2021 1 commit
-
-
Christopher Fujino authored
-
- 16 Aug, 2021 1 commit
-
-
Gary Qian authored
-
- 03 Aug, 2021 1 commit
-
-
Anna Gringauze authored
- Update dwds and and the rest of the packages Closes: https://github.com/flutter/flutter/issues/87100
-
- 14 Jul, 2021 1 commit
-
-
Eng Zer Jun authored
-
- 09 Jul, 2021 1 commit
-
-
Yegor authored
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
-
- 15 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 27 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 May, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
- 28 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 31 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 24 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Feb, 2021 1 commit
-
-
Dan Field authored
-
- 27 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 07 Jan, 2021 1 commit
-
-
Ian Hickson authored
-
- 05 Nov, 2020 4 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jason Simmons authored
This reverts commit e375651c.
-
Jonah Williams authored
-
- 04 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 28 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 26 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
- 16 Oct, 2020 1 commit
-
-
Martin Kustermann authored
-
- 12 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 01 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 23 Sep, 2020 1 commit
-
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
- 21 Sep, 2020 1 commit
-
-
Yegor authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-
- 13 Sep, 2020 1 commit
-
-
Greg Spencer authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 24 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Aug, 2020 2 commits
-
-
Jonah Williams authored
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
-
Jonah Williams authored
-