- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 29 Jul, 2020 2 commits
-
-
Yuqian Li authored
Fixes https://github.com/flutter/flutter/issues/39526 Needs https://github.com/flutter/engine/pull/20013 to land and roll first.
-
- 28 Jul, 2020 1 commit
-
-
Jonah Williams authored
google3 callsites are updated, remove global lookup from constructor parameters.
-
- 21 Jul, 2020 2 commits
-
- 20 Jul, 2020 3 commits
-
-
Jenn Magder authored
- 16 Jul, 2020 3 commits
-
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
- 15 Jul, 2020 2 commits
-
-
Todd Volkert authored
The Xcode build almost always takes longer than 2 seconds. With the operation classified as a "fast operation", the Flutter tool will warn the user that the build is "taking an unexpectedly long time". This updates the operation to be a "slow operation", which will only warn the user if it takes 2+ minutes.
-
Jenn Magder authored
-
- 14 Jul, 2020 2 commits
-
- 10 Jul, 2020 2 commits
-
-
Ben Konyi authored
- 09 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Jun, 2020 1 commit
-
-
Christopher Fujino authored
This reverts commit 09cca73a.
-
- 29 Jun, 2020 3 commits
-
-
Jenn Magder authored
-
Christopher Fujino authored
This reverts commit 32000db5.
-
Christopher Fujino authored
-
- 26 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-
- 23 Jun, 2020 1 commit
-
-
Jonah Williams authored
separate target platform, host platform, and architecture
-
- 19 Jun, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 18 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Jun, 2020 2 commits
-
-
Jenn Magder authored
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 09 Jun, 2020 1 commit
-
-
Christopher Fujino authored
-
- 08 Jun, 2020 4 commits
-
-
Jenn Magder authored
This reverts commit 43e28084.
-
Jenn Magder authored
-
Jenn Magder authored
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
- 03 Jun, 2020 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-