- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Dec, 2022 3 commits
-
-
Camille Simon authored
* Bump versions * Fix gradle errors test
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 19 Dec, 2022 2 commits
-
-
Jackson Gardner authored
* Work in progress. * Some fixes to the command line. * Bootstrapping works. * Change kickoff order to maximize concurrency. * Fix analyzer errors and formatting issues. * Fix doc comment. * Added unit tests for some of the web targets. * Format issue. * Add an integration test that builds an app to wasm. * Add a todo for depfiles. * Formatting. * Apparently the license header needs to say 2014. * `file://` URIs confuse dart2wasm on Windows. Just use absolute paths. * Update unit tests to match new path passing. * Have a distinct build directory for wasm, and fixes for some upstream changes.
-
Danny Tuppeny authored
Fixes https://github.com/Dart-Code/Dart-Code/issues/4293.
-
- 16 Dec, 2022 2 commits
-
-
Christopher Fujino authored
* pin package intl and roll pub packages * add test * fix analysis
-
fzyzcjy authored
-
- 15 Dec, 2022 4 commits
-
-
hellohuanlin authored
* [tools]some ui polish for build ipa validation * do not print out a few success validations * rename installed type to success for more general usage * forgot nit after reverting custom validation types and re-use doctor types
-
Christopher Fujino authored
* wip * remove temp text file * fix tests * add test * default to off * restore gitignore * update * apply annotation to cupertino icons as well * update reference to library in icon_tree_shaker.dart * update tests * fix tests * remove hack to skip non-const check on web * add hint about how much reduction and test
-
Jenn Magder authored
-
stuartmorgan authored
* Add an integration test to plugin template example Dart unit tests don't exercise host-side plugin code at all, so the example tests in the plugin template currently have very little meaningful coverage. This adds an integration test to the example app when creating a plugin, so that there's an example of how to actually test that a complete round-trip plugin call works. This is done as a separate template that's currently only used by the plugin template because I don't know what a good example for a non-plugin case would be that isn't largely just a duplicate of the widget tests. However, the integration test pre-includes conditionals around the parts that are plugin-specific so that it can more easily be expanded to other use cases later (e.g., in https://github.com/flutter/flutter/issues/68818). Part of https://github.com/flutter/flutter/issues/82458 * Add integration test to expected dependencies of a plugin app * Test fixes * Make an explicit test case
-
- 14 Dec, 2022 1 commit
-
-
Phil Quitslund authored
-
- 12 Dec, 2022 2 commits
-
-
Christopher Fujino authored
* pin path_provider_android * make path_provider_android non-transitive * roll
-
Jonah Williams authored
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 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
-
- 08 Dec, 2022 1 commit
-
-
Tae Hyung Kim authored
* init * add comment * make error more actionable
-
- 07 Dec, 2022 2 commits
-
-
Siva authored
-
Casey Hillers authored
Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (#116662) This reverts commit 56cad89b.
-
- 06 Dec, 2022 4 commits
-
-
Michael Thomsen authored
-
Tae Hyung Kim authored
* init * empty commit to start google testing
-
Jason C.H authored
* Fix windows version validator under Chinese * Update authors * Update RegExp to reduce groups * Add a trailing newline
-
file:///Jackson Gardner authored
* Use file:/// style uris when passing platform to the compiler. * License header. * Use BufferLogger. * Don't unadvertently convert strings to regexes for matching purposes. * Fix formatting. * More formatting.
-
- 05 Dec, 2022 2 commits
-
-
Jonah Williams authored
* [flutter_tools] dont include material shaders in web builds * add test
-
Andrew Kolos 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
-
- 01 Dec, 2022 4 commits
-
-
Ahmed Ashour authored
* [gen_l10n] keys can contain dollar sign Fixes #112250 * Update packages/flutter_tools/lib/src/localizations/gen_l10n.dart Co-authored-by:
Christopher Fujino <fujino@google.com>
-
Jonah Williams authored
-
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
-
Jenn Magder authored
* Suggest Rosetta when x64 binary cannot be run * validator * Adjust error message
-
- 30 Nov, 2022 4 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
-
Danny Tuppeny authored
* [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients Fixes https://github.com/Dart-Code/Dart-Code/issues/4292. * Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart Co-authored-by:
Christopher Fujino <fujino@google.com> * Another static const instead of final Co-authored-by:
Christopher Fujino <fujino@google.com>
-
Christopher Fujino authored
-
- 29 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* normalize windows file path cases in flutter validator * fix * make comparison more accurate by checking .startsWith() rather than .contains() * fix method name * call path.canonicalize * fix
-