- 09 Dec, 2022 1 commit
-
-
Siva authored
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
-
- 06 Dec, 2022 1 commit
-
-
Michael Thomsen authored
-
- 02 Dec, 2022 5 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
-
Zachary Anderson authored
This reverts commit ce942302.
-
Christopher Fujino authored
* pin path_provider_android * remove constraint that only explicit dependencies can be pinned * roll packages
-
hellohuanlin authored
* [tools]build ipa validate launch image using template files * reuse more code by sharing the same file key * fix space
-
- 30 Nov, 2022 2 commits
-
-
Tae Hyung Kim authored
* init * fix tests * fix lint * extra changes * oops missed some merge conflicts * fix lexer add tests * consistent warnings and errors * throw error at the end * improve efficiency, improve code generation * fix * nit * fix test * remove helper method class * two d's * oops * empty commit as google testing won't pass :(
-
Christopher Fujino authored
-
- 29 Nov, 2022 2 commits
-
-
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
-
Tae Hyung Kim authored
* init * make more descriptive * fix lint
-
- 22 Nov, 2022 2 commits
-
-
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
-
Zachary Anderson authored
-
- 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
-
- 18 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* add package:archive to pins * roll
-
- 17 Nov, 2022 1 commit
-
-
Devon Carew authored
* rev package:pub_semver to the latest version * revert update_packages.dart changes
-
- 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>
-
- 10 Nov, 2022 1 commit
-
-
Ian Hickson authored
The recent survey suggests that some people are not finding documentation after they get started with Flutter, so let's just give them links right away. It might not help everyone but there's not really any downside so...
-
- 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 2 commits
-
-
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
-
Chris Bracken authored
Increases the minimum macOS deployment target from macOS 10.13 (High Sierra) to 10.14 (Mojave) in the macOS app templates. Includes: * Update migration for macOS 10.11 apps to upgrade to 10.14 * Adds migration for macOS 10.13 apps to upgrade to 10.14 * Apply migration to all examples, and integration tests This does not increase version in the plugin templates since those will need to wait until the 10.14 framework rolls to stable channel, so new plugins can build with apps created with `flutter create` on stable channel. Issue: https://github.com/flutter/flutter/issues/114445 See RFC: http://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4 See previous patch: https://github.com/flutter/flutter/pull/107689
-
- 04 Nov, 2022 1 commit
-
-
Jenn Magder authored
-
- 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
-
- 31 Oct, 2022 2 commits
-
-
Gary Qian authored
-
Jonah Williams authored
-
- 27 Oct, 2022 2 commits
-
-
Jenn Magder authored
-
Christopher Fujino authored
-
- 26 Oct, 2022 1 commit
-
-
Lucas Britto authored
-
- 24 Oct, 2022 2 commits
-
-
Liam Appelbe authored
-
Greg Spencer authored
-