- 23 Sep, 2020 19 commits
-
-
Shi-Hao Hong authored
-
Jonah Williams authored
If a file scheme and one or more roots is provided, fall back to this mapping before the direct file path if the file path cannot be turned into a package URI. Use URI representation so that the transformation is resilient to the org-dartlang-app scheme used by the web builds. Fixes #66095 Fixes #66404
-
engine-flutter-autoroll authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* migrate some cupertino files to nullsafety * address review comments * address review comments
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
-
Ming Lyu (CareF) authored
-
Hamdi Kahloun authored
Wrapping the spacing SizedBox in Flexible.
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-
Jenn Magder authored
This reverts commit af6ba867.
-
Jonah Williams authored
[flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422) Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances. Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released. Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
-
engine-flutter-autoroll authored
-
Gary Qian authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Yuqian Li authored
-
Juyeong Lee authored
-
- 22 Sep, 2020 20 commits
-
-
Jonah Williams authored
-
Aayan authored
-
Jonah Williams authored
If a file scheme and one or more roots is provided, fall back to this mapping before the direct file path if the file path cannot be turned into a package URI. Fixes #66095
-
Dan Field authored
-
Jenn Magder authored
This reverts commit 2be4570d.
-
Jenn Magder authored
-
Dan Field authored
This test is failing and was recently added.
-
Michael Goderbauer authored
-
Jenn Magder authored
-
Satsuki Ueno authored
-
Michael Goderbauer authored
-
xubaolin authored
SliverList perform layout start from the initial child when there is no valid layout offset (#66262)
-
godofredoc authored
-
Jonah Williams authored
-
ny927 authored
-
Dan Field authored
Remove fake image implementations, add createTestImage to flutter_test
-
Jenn Magder authored
This reverts commit 5c858036.
-
- 21 Sep, 2020 1 commit
-
-
Jonah Williams authored
The k toggle allows switching between canvaskit and html backend at runtime. unfortunately this causes hot restart to break, since the dart_sdk modules stores state at runtime. The recommendation will be to use cavaskit via dart-defines.
-