- 25 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 May, 2021 1 commit
-
-
Balvinder Singh Gambhir authored
-
- 08 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 May, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 06 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 2 commits
-
-
Matej Knopp authored
-
Jenn Magder authored
-
- 27 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
xster authored
-
- 23 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 22 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 20 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Apr, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] generate empty plugin registrants for winuwp and fix local engine for winuwp_ (#79827)
-
- 01 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 31 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 30 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 26 Mar, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] separate concept of null safe language version from current language version (#79052)
-
- 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.
-
- 09 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Gary Qian authored
-
- 01 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 26 Feb, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 25 Feb, 2021 2 commits
-
-
Jenn Magder authored
-
Gary Qian authored
-
- 19 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 18 Feb, 2021 1 commit
-
-
Gary Qian authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 11 Feb, 2021 1 commit
-
-
Yegor authored
-
- 09 Feb, 2021 1 commit
-
-
Gary Qian authored
flutter_tool: DeferredComponent and LoadingUnit classes, Manifest deferred-components parsing (#75394)
-
- 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
-
- 02 Feb, 2021 1 commit
-
-
Jonah Williams authored
= gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set. This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet. Fixes #75017 Fixes #74705
-