- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 03 Sep, 2020 1 commit
-
-
Jonah Williams authored
The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit. While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
-
- 15 Jun, 2020 1 commit
-
-
James D. Lin authored
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
- 28 Apr, 2020 1 commit
-
-
James D. Lin authored
-
- 22 Apr, 2020 1 commit
-
-
James D. Lin authored
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
-
- 20 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
* Move doctor into globals * Fix tests
-
- 06 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2020 1 commit
-
-
Lasse R.H. Nielsen authored
The `runZoned` method deprecates the `onError` parameter. Invocations using that parameter must use `runZonedGuarded` instead. This prepares Flutter for the deprecation. The same places need to be migrated to using `runZonedGuarded` when the SDK change has been ported to Flutter. Then the deprecated member will be removed in a follow-up CL when the most important packages have been migrated.
-
- 18 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 10 Mar, 2020 1 commit
-
-
Jonah Williams authored
The Azure bot detection can take up to a second to determine if a client is/isn't a bot. To prevent this from slowing down all flutter commands, we can cache the results in the persistent tool state - since we don't expect the same client id to ever become a bot or stop being a bot
-
- 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 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 12 Feb, 2020 2 commits
-
-
Zachary Anderson authored
-
Zachary Anderson authored
This reverts commit 0a38f29c.
-
- 11 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 31 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 28 Jan, 2020 2 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
- 25 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 14 Jan, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tools] File system utilities * Remove unused imports
-
- 13 Jan, 2020 3 commits
-
-
Zachary Anderson authored
This reverts commit 03496606.
-
Zachary Anderson authored
-
Zachary Anderson authored
-
- 08 Jan, 2020 2 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269)
-
- 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
-
- 05 Nov, 2019 1 commit
-
-
Zachary Anderson authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-