- 31 Aug, 2022 1 commit
-
-
Tae Hyung Kim authored
-
- 24 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 18 Jul, 2022 1 commit
-
-
Christopher Fujino authored
Revert "Read dart_plugin_registrant path from FlutterProject to support non-standard path." (#107850)
-
- 15 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 07 Jul, 2022 1 commit
-
-
Helin Shiah authored
* Pass URI converter from context to DDS * Match change that will be merged * Revert SDK web change
-
- 03 Jun, 2022 1 commit
-
-
jensjoha authored
This PR adds extra timings for a hot reload. As an example, before a user might see > Performing hot reload... > Reloaded 1 of 788 libraries in 554ms. With this PR it would instead be something like > Performing hot reload... > Reloaded 1 of 788 libraries in 554ms (compile: 33 ms, reload: 153 ms, reassemble: 310 ms).
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Kaushik Iska authored
-
- 11 Apr, 2022 1 commit
-
-
Yang Chao authored
-
- 30 Mar, 2022 1 commit
-
-
Ben Konyi authored
-
- 29 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 21 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 09 Mar, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 02 Mar, 2022 1 commit
-
-
gaaclarke authored
* Starts using the `--source` flag to compile the dart registrant. * updated general.shard tests * Fixed the resident compiler flow * added integration test * made the integration test self contained * renamed generated_main to dart_plugin_registrant * cleaned up for review * added task runner for ci * added bringup and TESTOWNERS * updated failure message
-
- 19 Feb, 2022 1 commit
-
-
Zachary Anderson authored
-
- 18 Feb, 2022 1 commit
-
- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 07 Dec, 2021 1 commit
-
-
Anna Gringauze authored
-
- 19 Nov, 2021 1 commit
-
-
Danny Tuppeny 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
-
- 13 Oct, 2021 2 commits
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 04 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 02 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 01 Oct, 2021 1 commit
-
-
stuartmorgan authored
Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR: - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins. - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future. Fixes https://github.com/flutter/flutter/issues/88794
-
- 15 Sep, 2021 1 commit
-
-
Sam Rawlins authored
-
- 09 Sep, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 619121b0.
-
Ben Konyi authored
-
- 18 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Jul, 2021 1 commit
-
-
Jonah Williams authored
-