- 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
-
- 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
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Feb, 2021 1 commit
-
-
Dan Field authored
-
- 28 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 Jan, 2021 1 commit
-
-
Ian Hickson authored
-
- 05 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Nov, 2020 1 commit
-
-
Jonah Williams 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)
-
- 03 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 28 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 24 Jul, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit c46aa360.
-
Alexandre Ardhuin authored
-
- 17 Jul, 2020 2 commits
-
-
Christopher Fujino authored
-
Ming Lyu (CareF) authored
This reverts commit b7b60a2d.
-
- 16 Jul, 2020 3 commits
-
-
Ming Lyu (CareF) authored
-
- 09 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jul, 2020 1 commit
-
-
Dan Field authored
Roll packages, update XML deprecations.
-
- 23 Jun, 2020 1 commit
-
-
Jonah Williams authored
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders: - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally. - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line. - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
-
- 19 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
- 15 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 29 May, 2020 1 commit
-
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-