- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Oct, 2021 1 commit
-
-
stuartmorgan authored
Dart plugin registration generation depends on the target main file being set as a define so that it's available in the environment, but the resident runner wasn't setting it. That worked for initial builds because of the re-entrant call to `assemble` (which does set it), but caused Hot Restart to always re-generate the wrapper using lib/main.dart. This ensures that the define is set in that codepath as well. Fixes https://github.com/flutter/flutter/issues/91535
-
- 21 Oct, 2021 2 commits
-
- 19 Oct, 2021 1 commit
-
-
Gary Qian authored
-
- 14 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 1d9edde0.
-
Gary Qian authored
-
- 11 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 05 Oct, 2021 1 commit
-
-
stuartmorgan authored
* Don't generate plugin registry in ResidentWebRunner generateDartPluginRegistry was being set to true unconditionally in ResidentRunner, bypassing the primary check in DartPluginRegistrantTarget, and the targetPlatform was not set in that codepath, bypassing the second after the changes in https://github.com/flutter/flutter/pull/87991. This caused web hot restarts to be slower due to doing unnecessary work. This ensures that generateDartPluginRegistry is false in the ResidentWebRunner to skip that unnecessary step. Fixes https://github.com/flutter/flutter/issues/91262 * Formatting Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com> Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 15 Jul, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 14 Jul, 2021 1 commit
-
-
Yegor authored
* [web] use resident resident runner in flutter drive
-
- 24 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 10 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 Jun, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 03 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 27 May, 2021 1 commit
-
-
Lau Ching Jun authored
To specify the dill file that will be used to initialize the resident compiler, instead of the default cached version.
-
- 25 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 24 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 May, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 13 May, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
- 29 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 23 Apr, 2021 4 commits
-
-
Ian Hickson authored
Also, refactor internal code to do the same. See https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-double-negatives-in-apis
-
Emmanuel Garcia authored
-
Ian Hickson authored
-
Jonah Williams authored
-
- 22 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 20 Apr, 2021 1 commit
-
-
Jonah Williams authored
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
-
- 17 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 31 Mar, 2021 1 commit
-
-
Jonah Williams authored
-