- 02 Dec, 2022 3 commits
-
-
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
-
hellohuanlin authored
* [tools]build IPA validation bundle identifier using default com.example * rephrase the warning
-
hellohuanlin authored
* [tools]build ipa validate launch image using template files * reuse more code by sharing the same file key * fix space
-
- 01 Dec, 2022 1 commit
-
-
Nehal Patel authored
* Removes retries from "pub get" and proxies its stdout output * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr * Fix tests * Remove unused env var * Add back 'Running "flutter pub get"...' status log * Fix indent * Add Pub.test() constructor which lets tests mock stdio
-
- 29 Nov, 2022 1 commit
-
-
hellohuanlin authored
* [tools]build ipa validate icon size * add more checks in case apple change the format, and also add device lab tests * do not depend on collection package
-
- 22 Nov, 2022 1 commit
-
-
Kevin Moore authored
* [flutter_tools] Add --dump-info, --no-frequency-based-minification flags Also some cleanup to named arguments to the buildWeb function Fixes https://github.com/flutter/flutter/issues/115854 * fix tests
-
- 21 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* allow persisting synthetic package with option * allow presisting synthetic packages dir * fix * fix bug and add tests * clean up tests * nits
-
- 16 Nov, 2022 2 commits
-
-
hellohuanlin authored
* [tools]build ipa validate template icon files * use the same box for both validations, and added some unit test, and some nits * add unit test for templateImageDirectory * use fs.path.join intead of raw path * use the correct filesystem * lint * use absolute path for flutter_template_images * fix rebase * update indentation
-
Elias Yishak authored
* removing default values for [reporter] and [timeout]] * passing reporter arg to see tests pass * added test to confirm TestCommand is not passing defaults * add'l helper message for [reporter] arg * default behavior for github actions + fixed tests * removing github conditional for reporter + related test * removing unused import
-
- 15 Nov, 2022 1 commit
-
-
Jenn Magder authored
-
- 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>
-
- 11 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [flutter_tools] support github reporter * Update packages/flutter_tools/lib/src/commands/test.dart Co-authored-by: Christopher Fujino <fujino@google.com> Co-authored-by: Christopher Fujino <fujino@google.com>
-
- 08 Nov, 2022 2 commits
-
-
Jesús S Guerrero authored
* update flutter build command * update tests * fix analyze suggestions
-
Alex Wallen authored
* Alphabetize setup calls * Add --flavor as an option for install * Add verbose logging in install command * Test that flavors build succeeds with proper flavor and fails with bogus one. * Remove unused import * The import was used... * SQUASH * Add flavor install test * Rename test * Add flavors install integration tests * correct error message * remove unused imports * Delete copy test * update test target * Refactor mechanism to read buildInfo * Remove unused import * Set affected test targets to bringup: true Co-authored-by: a-wallen <stephenwallen@google.com>
-
- 07 Nov, 2022 1 commit
-
-
Victoria Ashworth authored
* exclude xcworkspace that begins with a period * fix if spacing, add comment * add unit test for when no xcworkspace found * update to use xcodeWorkspace, make it nullable and refactor * check if hostAppRoot exists before trying to get xcworkspace * use local variables to take advantage of type promotion * only check if not null, don't need to check if exists * readd exist check for migrate * readd missing line at end of file
-
- 03 Nov, 2022 3 commits
-
-
hellohuanlin authored
-
Zachary Anderson authored
This reverts commit e6300da2.
-
hellohuanlin authored
-
- 02 Nov, 2022 1 commit
-
-
Christopher Fujino authored
-
- 01 Nov, 2022 1 commit
-
-
Elias Yishak authored
-
- 27 Oct, 2022 1 commit
-
-
Christopher Fujino authored
-
- 20 Oct, 2022 1 commit
-
-
Christopher Fujino authored
-
- 18 Oct, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 17 Oct, 2022 2 commits
-
-
Jenn Magder authored
-
Jason Simmons authored
-
- 13 Oct, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 04 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 03 Oct, 2022 1 commit
-
-
Gary Qian authored
-
- 28 Sep, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 26 Sep, 2022 1 commit
-
-
haizhu authored
-
- 23 Sep, 2022 1 commit
-
-
Lau Ching Jun authored
Refactor `DeviceManager.findTargetDevices()` and `FlutterCommand.findAllTargetDevices()`, and add a flag to not show prompt. (#112223)
-
- 15 Sep, 2022 1 commit
-
-
Christopher Fujino authored
-
- 14 Sep, 2022 1 commit
-
-
Elias Yishak authored
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 06 Sep, 2022 3 commits
-
-
Liam Appelbe authored
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 1/3 * Fix tests * Fix analysis * Fix analyze_test * Make AnalysisServer a local variable * Chris's comments
-
Liam Appelbe authored
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 2/3 * Fix tests * Fix analysis * Chris's comments
-
Liam Appelbe authored
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 3/3 * Fix tests * Chris's comment
-
- 05 Sep, 2022 1 commit
-
-
Ivan Dlugos authored
-
- 29 Aug, 2022 1 commit
-
-
Zachary Anderson authored
This reverts commit 3802eb62.
-