- 29 Jul, 2022 1 commit
-
-
Gary Qian authored
-
- 13 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 12 Jul, 2022 1 commit
-
-
Anurag Roy authored
-
- 02 Jul, 2022 1 commit
-
-
David Iglesias authored
-
- 12 May, 2022 1 commit
-
-
David Iglesias authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 31 Mar, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 29 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 21 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 16 Mar, 2022 1 commit
-
-
Gary Qian 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
-
- 08 Feb, 2022 1 commit
-
-
bannzai authored
-
- 25 Jan, 2022 1 commit
-
-
stuartmorgan authored
The code to generate platform files used to use the presence of an 'example' folder to determine whether or not a project was a plugin (in which case that generation is bypassed). Later, robust detection was added based on the pubspec.yaml `plugin` key, but the old check was left in place. This creates false positives where people who add an example folder to their app project start getting mysterious failures. Since the pubspec check is definitive, there's no reason to continue to use the presence of `example` as an indicator at all. Fixes https://github.com/flutter/flutter/issues/87007
-
- 05 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 07 Dec, 2021 1 commit
-
-
Gary Qian authored
-
- 06 Dec, 2021 1 commit
-
-
Gary Qian authored
-
- 12 Nov, 2021 2 commits
-
-
Gary Qian authored
-
- 11 Nov, 2021 2 commits
-
-
Gary Qian authored
-
Greg Spencer authored
-
- 10 Nov, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 6153bbef.
-
Gary Qian authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 4 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
Majid Hajian 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
-
- 26 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 28 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 17 Jun, 2021 1 commit
-
-
Mirko Mucaria authored
-
- 03 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 May, 2021 1 commit
-
-
Chris Bracken authored
Allow flutter run to work end-to-end with a UWP device. Uses win32/ffi for the actual launch of the application, injected via the native API class. This is structured to avoid a g3 dependency. Install and amuid require powershell scripts for now. Actually connecting to the observatory requires running a command in an elevated prompt. Instructions are presented to the user if a terminal is attached. This is a rebased version of https://github.com/flutter/flutter/pull/79684 by @jonahwilliams, updated to remove `NativeApi` and replace is with calls to `uwptool`. Part of https://github.com/flutter/flutter/issues/82085
-
- 28 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 Apr, 2021 1 commit
-
-
Jenn Magder authored
-