- 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
-
-
Sigurd Meldgaard authored
Instead of using package:package_config to write the .dart_tool/package_config the original json is modified and rewritten. The .dart_tool/package_config.json file is read twice to simplify control flow. This also avoids the issue of package:package_config writing directly to local filesystem.
-
- 05 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
* Reorganize files * Use l10n.yaml instead of command line args
-
- 04 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 06 Nov, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 05 Nov, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 31 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
* Fix failing tests from introducing raw string generation in gen_l10n tool
-
- 29 Oct, 2020 2 commits
-
-
Jonah Williams authored
-
Shi-Hao Hong authored
-
- 16 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
* Generate pubspec.yaml for synthetic package if it did not exist prior
-
- 09 Sep, 2020 1 commit
-
-
Herbert Poul authored
* [gen_l10n] Support string list as preferred-supported-locales, as documented. * [gen_l10n] Convert preferredSupportedLocale to a list of strings. * [gen_l10n] Accept a multi option instead of a json string in the command line.
-
- 03 Sep, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 31 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
* synthetic packages by default in gen_l10n tool * Refactor default path for synthetic package * Remove unused import * Code cleanup * Further improvements to help text * Refactor synthetic package path * Remove newlines * Test cleanup * clean up logic in inputs and outputs list function * Update l10n.yaml usage * only add option if value is non-null * Update stocks app as proof of concept for synthetic package usage * Address nits * print pubspec contents * add print statements * Do not allow null value for useSyntheticPackage * + * + * + * + * Cleanup * Add test * Fix text * Dont parse pubspec directly * Test using context * WIP: generate synthetic packages on pub get -- needs tests * Allow null value * Update null handling * Refactor to properly handle null case * Fix yamlMap condition * Fix yaml node for real * WIP: struggling to write tests * WIP - take absolute path as an option * Add tests * Use environment project directory for synthetic package generation pathway * Fix typo * Improve help text * Update defaults * Remove unauthorized path import * Fix pathing issues at synthetic package generation * Fix typo in test * Use path.join so projectDir matches up based on OS * Fix Windows pathing in test * Remove unnecessary replaceApp code for projectDir.path * Use globals.fs.currentDirectory.path in resident_runner_test.dart * Fix merge conflict * Add test to ensure that synthetic package is generated on pub get * Fix resident_runner_test.dart tests * Fix tests * Use package:file instead of dart:io * WIP - exploration * Remove synthetic package use from stocks example * Update integration test to not use synthetic packages * Remove trailing whitespace * flutter pub get runs synth package generation * Remove more print statements * Add license header * WIP - minimally working pub.get * Use own MockBuildSystem * Modify test and implementation to be a little cleaner * Fix flutter pub get invocation * Use synthetic packages in stocks app * Revert "Use synthetic packages in stocks app" This reverts commit 45bf24903c3d4a2a5fd5481d7d6bc36c4a348703. * Add environment and buildSystem params to flutter test * Address code review feedback * + * Isolate codegen into its own API * Fix imports * Slight refactor * Add one more test for no l10n.yaml file * Remove unneeded mock class and import in pub_get_test.dart * More code review feedback * Remove unnecessary imports * Remove `return await`s that I missed * use arrow functions instead
-
- 13 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 26 Jun, 2020 1 commit
-
-
Shi-Hao Hong authored
* Update the arb filename parsing to account for underscores * Generalize the locale searching algorithm * Update filename and @@locale behavior to require them to match
-
- 16 Jun, 2020 1 commit
-
-
Per Classon authored
After Dart VM change we are now required to use loadLibrary on an import whenever it is imported as deferred. See: https://dart-review.googlesource.com/c/sdk/+/149613
-
- 08 May, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 07 May, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 28 Apr, 2020 2 commits
-
-
Shi-Hao Hong authored
* Fix breaking change introduced by gen_l10n output-dir option
-
Shi-Hao Hong authored
* Add new output-dir option for gen_l10n tool
-
- 09 Apr, 2020 2 commits
-
-
Per Classon authored
-
Shi-Hao Hong authored
* Generate methods using template resources if they do not exist in other locales * Added a flag to either output of messages that have not been translated with detail into a file, or display a summary on the terminal. * Add integration test for fallback message usage
-
- 26 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 17 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 11 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose --header and --header-file arguments for gen_l10n
-
- 29 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 25 Feb, 2020 1 commit
-
-
Hans Muller authored
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 3 commits
-
-
Shi-Hao Hong authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments
-
- 31 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 28 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 16 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 10 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
* Add currency formatting for l10n tool, fix positional vs named params
-
- 08 Jan, 2020 2 commits
-
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
- 30 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add preferred-supported-locales option to gen_l10n.dart executable
-