- 05 Apr, 2022 1 commit
-
-
Pierre-Louis authored
* add code to generate new icon demo and make font family optional * remove trailing spaces * Update update_icons_test.dart * remove trailing space
-
- 04 Feb, 2022 1 commit
-
-
Devon Carew authored
use 'dart pub' instead of calling the pub executable directly
-
- 30 Jan, 2022 1 commit
-
-
Pierre-Louis authored
* Prevent double underscores after replacement * add test * remove trailing space
-
- 08 Dec, 2021 1 commit
-
-
Pierre-Louis authored
* Update update_icons.dart * formatting * more formatting * simplify safety checks * add safety checks tests * formatting * update copyright * naming * revert copyright * add `fontFamily` option * tweak diff messages * Update update_icons.dart * don't exit if platform adaptive icon not found * remove trailing spaces * remove warning and fix insert_chart (outlined) dartdoc * x * add error message when exiting due to failed safety checkes * fix icon reference * fix rewrite for onetwothree
-
- 14 Sep, 2021 1 commit
-
-
Sam Rawlins authored
-
- 19 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 25 May, 2021 1 commit
-
-
Christopher Fujino authored
* Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
-
- 21 May, 2021 1 commit
-
-
Christopher Fujino authored
-
- 20 May, 2021 3 commits
-
-
Christopher Fujino authored
-
Christopher Fujino authored
This reverts commit e86f9c7a.
-
Christopher Fujino authored
-
- 11 May, 2021 2 commits
-
-
Christopher Fujino authored
-
Christopher Fujino authored
-
- 07 May, 2021 1 commit
-
-
Sam Rawlins authored
-
- 03 May, 2021 1 commit
-
-
Christopher Fujino authored
-
- 27 Apr, 2021 2 commits
-
-
Ian Hickson authored
-
Christopher Fujino authored
-
- 24 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 19 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 14 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 08 Apr, 2021 2 commits
-
-
Sam Rawlins authored
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 25 Jan, 2021 1 commit
-
-
Christopher Fujino authored
-
- 14 Jan, 2021 2 commits
-
-
Christopher Fujino authored
This reverts commit b7f5aef1.
-
Christopher Fujino authored
-
- 18 Nov, 2020 1 commit
-
-
Christopher Fujino authored
-
- 16 Nov, 2020 1 commit
-
-
Christopher Fujino authored
-
- 06 Nov, 2020 1 commit
-
-
Christopher Fujino authored
-
- 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
-