- 07 Sep, 2022 1 commit
-
-
Michael Thomsen authored
-
- 24 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 05 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 29 Jul, 2022 1 commit
-
-
Sam Rawlins authored
-
- 27 Jul, 2022 1 commit
-
-
Jonah Williams 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
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 03 Jun, 2022 2 commits
-
-
Jesús S Guerrero authored
-
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).
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 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
-
- 19 Oct, 2021 1 commit
-
-
Gary Qian authored
-
- 14 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 1d9edde0.
-
Gary Qian authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson 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
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Aug, 2021 1 commit
-
-
Lau Ching Jun authored
* Add new hook for setupHotReload and after updating devFS is complete * Handle the case where updateDevFS failed
-
- 28 Jun, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 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
-
- 08 Jun, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 27 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 25 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 23 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
Ian Hickson authored
-
- 18 Apr, 2021 1 commit
-
-
Jason Simmons authored
-
- 17 Apr, 2021 1 commit
-
-
Jonah Williams 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.
-
- 12 Mar, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] read expression compilation results into memory before starting next compilation (#77867)
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-