- 09 Feb, 2023 1 commit
-
-
Michael Thomsen authored
-
- 08 Nov, 2022 1 commit
-
-
Jesús S Guerrero authored
* update flutter build command * update tests * fix analyze suggestions
-
- 18 Oct, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 08 Sep, 2022 1 commit
-
-
Liam Appelbe authored
* Migrate packages/flutter_tools/test/general.shard, part 1/2 * Fix most of the tests * Fix analysis * Fix analysis * Fix test * Fix analysis * Fix analysis * Fix nit
-
- 07 Sep, 2022 1 commit
-
-
Michael Thomsen authored
-
- 22 Jul, 2022 1 commit
-
-
Rich Kadel authored
Fuchsia will soon remove all support for Component Framework version 1 components (recognized by component manifests ending in `.cmx`). Notably, some of the `flutter` tool commands for Fuchsia devices-- notably, but not limited to, those related to CFv1--are outdated, and either do not work today or soon won't work. This PR removes the outdated components and commands, replacing some with the newer version, or simply removing the non-working features, in some cases.
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Dec, 2021 1 commit
-
-
Jenn Magder authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 25 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 08 Jul, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 84e57678.
-
Ahmed Ashour authored
-
- 24 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 20 Jan, 2021 1 commit
-
-
Michael Thomsen authored
-
- 07 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 20 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Oct, 2020 1 commit
-
-
Jonah Williams authored
Moves the flutter root initialization to a static method on the cache. This is a small step towards making this functionality non-static and instead injected like normal members - however, completely removing all of the static-ness at once was too large of a change. Instead document and add unit tests and change existing code as little as possible. #47161
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 09 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Jun, 2020 1 commit
-
-
Jonah Williams authored
Missed this one. Needed for google3 and add2app workflows
-
- 23 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Jun, 2020 1 commit
-
-
Jonah Williams authored
Some of the null-safety commands were missing - plumb them through. Ensure that verbose mode shows their output, and clean up the messaging around sound-null-safety. Fixes #59769 Adds a test that validate each of the null safety supporting build commands has everything plumbed through.
-
- 05 Jun, 2020 1 commit
-
-
Jonah Williams authored
So that we have a release where both are available without a deprecation warning.
-
- 04 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 28 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 May, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
Enable tree-shake-icons by default for non-web targets. Make missing fonts a status print
-
Jenn Magder authored
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-