- 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 Jan, 2022 1 commit
-
-
stuartmorgan authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 20 Oct, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Oct, 2021 2 commits
-
-
stuartmorgan authored
-
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
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 13 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Apr, 2021 1 commit
-
-
Emmanuel Garcia authored
-