- 08 Nov, 2023 1 commit
-
-
- 11 Oct, 2023 1 commit
-
- 27 Sep, 2023 1 commit
-
-
Casey Hillers authored
Reverts flutter/flutter#135255 This broke Google Testing, and requires an internal patch before relanding.
-
- 26 Sep, 2023 1 commit
-
-
Derek Xu authored
Co-authored-by: Christopher Fujino <fujino@google.com>
-
- 16 Aug, 2023 1 commit
-
-
Matan Lurey authored
Partial work towards https://github.com/flutter/flutter/issues/132245. I also couldn't help myself to do a very minor refactor and add some comments to `LocalEngineInfo` because I was getting confused myself implementing it.
-
- 22 May, 2023 1 commit
-
-
Jackson Gardner authored
We were looking up the wrong path for `wasm-opt` previously when using the `local-web-sdk` flag.
-
- 04 Apr, 2023 1 commit
-
-
Jackson Gardner authored
Always use the canvaskit path from the web sdk.
-
- 22 Mar, 2023 1 commit
-
-
Christopher Fujino authored
Revert "[flutter_tools] Remove sound null safety flag (#123031)"
-
- 20 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag #2
-
- 17 Mar, 2023 2 commits
-
-
Christopher Fujino authored
This reverts commit 7c3088cf.
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag
-
- 07 Mar, 2023 1 commit
-
-
Mouad Debbar authored
[web] Ensure CanvasKit is served from the correct location
-
- 02 Dec, 2022 1 commit
-
-
Jackson Gardner authored
You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified. This also uses precompiled platform kernel files for both ddc and dart2js
-
- 13 Nov, 2022 1 commit
-
-
Jonah Williams authored
Revert "[web] Add `--local-web-sdk` flag and use precompiled platform kernels for dart2js and ddc (#114639)" (#115242) This reverts commit 0e9ee367.
-
- 12 Nov, 2022 1 commit
-
-
Jackson Gardner authored
* Dart2JS build step looks for compiled platform binaries. * Use new locations of platform binaries. * Added --local-web-sdk command line flag. * Need to use the matching frontend server when doing ddc stuff. * Update packages/flutter_tools/lib/src/test/web_test_compiler.dart Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com> * Update packages/flutter_tools/lib/src/runner/flutter_command_runner.dart Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com> * Formatting issues. * Need to use URI format for platform dill. * Fix resident runner tests. * Fix analysis issue. * Fix and add unit tests. * Add some useful comments. * Refine doc comments for flags. Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com>
-
- 31 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 24 Oct, 2022 1 commit
-
-
Mouad Debbar authored
-
- 26 Apr, 2022 2 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 08 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 24 Jan, 2022 1 commit
-
-
Zachary Anderson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 29 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 1 commit
-
-
Matej Knopp authored
-
- 23 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 03 Feb, 2021 1 commit
-
-
Jenn Magder 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
-
- 04 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 01 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source. Fixes #59873
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-