- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 27 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 23 Apr, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 16 Apr, 2021 1 commit
-
-
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
-
- 09 Feb, 2021 1 commit
-
-
Gary Qian authored
flutter_tool: DeferredComponent and LoadingUnit classes, Manifest deferred-components parsing (#75394)
-
- 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
-
- 15 Jan, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] allow applications to specify additional license files to be bundled into the application NOTICES automatically (#73430)
-
- 01 Dec, 2020 2 commits
-
-
Jonah Williams authored
-
Chris Yang authored
[flutter_tools] Display "no platforms" message based on results when creating plugins project (#70215)
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 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
-
- 24 Jun, 2020 1 commit
-
-
Chris Yang authored
-
- 17 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 03 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 06 Feb, 2020 1 commit
-
-
Jenn Magder authored
-
- 22 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Jan, 2020 1 commit
-
-
Jason Simmons authored
[flutter_tools] Handle special characters during conversion of asset manifest paths into URIs (#48829)
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 26 Nov, 2019 1 commit
-
-
Jenn Magder authored
* On flutter tool crash suggest GitHub template * Shorten GitHub URLs * Whitespace * Wording tweak from @InMatrix * Review edits
-
- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 19 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 21 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Oct, 2019 1 commit
-
-
Zachary Anderson authored
-
- 02 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 30 Aug, 2019 1 commit
-
-
Kaushik Iska authored
-
- 14 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 05 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 01 Jun, 2019 1 commit
-
-
Josh Burton authored
-
- 24 May, 2019 1 commit
-
-
stuartmorgan authored
Adds a new macosPrefix, which serves the same purpose as iosPrefix but for macOS plugins. It is not yet used by the tooling, but this allows for plugins to start to be written using it in preparation for tooling support for plugins. Part of #32718
-
- 01 May, 2019 1 commit
-
-
Emmanuel Garcia authored
Show appropriate error message when fonts isn't iterable
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-