- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 25 Oct, 2021 1 commit
-
-
Sigurd Meldgaard authored
-
- 09 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 06 Oct, 2021 1 commit
-
-
Pierre-Louis authored
-
- 19 Jul, 2021 1 commit
-
-
Remi Rousselet authored
Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177)
-
- 14 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 24 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 May, 2021 2 commits
-
-
Hattomo (TomohiroHattori) authored
-
Lau Ching Jun authored
-
- 23 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 13 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 23 Mar, 2021 1 commit
-
-
Zachary Anderson authored
* Revert "Enable dart_plugin_registry_test (#76645)" This reverts commit 109e0bb9. * Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)" This reverts commit cdca6485. * Revert "Disable clang format in the plugin registrants (#76662)" This reverts commit dadbd47d. * Revert "Disable warnings for the dart plugin registrant (#76561)" This reverts commit 098ece52. * Revert "Remove dart_plugin_registry_test timeouts (#76838)" This reverts commit 1610a274. * Revert "Implement dartPluginClass support for plugins (#74469)" This reverts commit b7d48062. Kick.
-
- 19 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 19 Jan, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 16 Jan, 2021 1 commit
-
-
Jonas Finnemann Jensen authored
-
- 17 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Nov, 2020 1 commit
-
-
Jonah Williams authored
Change forwarding command to pass through all args, even -h - this allows flutter to support all of the pub flags without needing to declare them.
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 07 Oct, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 76cbc462.
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter, as well as problems with detecting the correct language version. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst 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
-
- 15 Jul, 2020 1 commit
-
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
- 09 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2020 1 commit
-
-
Michael Thomsen authored
-
- 06 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-