- 15 Dec, 2022 1 commit
-
-
stuartmorgan authored
* Add an integration test to plugin template example Dart unit tests don't exercise host-side plugin code at all, so the example tests in the plugin template currently have very little meaningful coverage. This adds an integration test to the example app when creating a plugin, so that there's an example of how to actually test that a complete round-trip plugin call works. This is done as a separate template that's currently only used by the plugin template because I don't know what a good example for a non-plugin case would be that isn't largely just a duplicate of the widget tests. However, the integration test pre-includes conditionals around the parts that are plugin-specific so that it can more easily be expanded to other use cases later (e.g., in https://github.com/flutter/flutter/issues/68818). Part of https://github.com/flutter/flutter/issues/82458 * Add integration test to expected dependencies of a plugin app * Test fixes * Make an explicit test case
-
- 15 Nov, 2022 1 commit
-
-
Daco Harkes authored
Closes: https://github.com/flutter/flutter/issues/115347
-
- 24 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 22 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 27 Jun, 2022 1 commit
-
-
Loïc Sharma authored
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects. Addresses https://github.com/flutter/flutter/issues/73652
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 25 Mar, 2022 1 commit
-
-
Ahmed Ashour authored
-
- 22 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2022 1 commit
-
-
Jeff Ward authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 26 Jan, 2022 1 commit
-
-
Daco Harkes authored
-
- 04 Jan, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 5257f029.
-
Daco Harkes authored
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop. * Sample code doing a synchronous FFI call. * Sample code doing a long running synchronous FFI call on a helper isolate. * Use of `package:ffigen` to generate the bindings.
-
- 09 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 24 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 10 Jun, 2021 1 commit
-
-
Aneesh Rao authored
-
- 02 Jun, 2021 1 commit
-
-
Yegor authored
-
- 19 May, 2021 1 commit
-
-
Balvinder Singh Gambhir authored
-
- 15 May, 2021 1 commit
-
-
James Clarke authored
-
- 13 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 May, 2021 1 commit
-
-
stuartmorgan authored
-
- 27 Apr, 2021 1 commit
-
-
Matej Knopp authored
-
- 22 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 20 Apr, 2021 2 commits
-
-
Pierre-Louis authored
-
Emmanuel Garcia authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-
- 18 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
* Revert "Add libgcrypt as an explicit dependancy on Linux" This reverts commit bf65b3d03ccdc1dd21c09f34d600d72b0636a784. * libblkid & liblzma not explicitly required either
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Mar, 2021 1 commit
-
-
Ahmed Saleh authored
-
- 12 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
-
- 05 Mar, 2021 1 commit
-
-
Andre authored
-
- 04 Mar, 2021 1 commit
-
-
John Ryan authored
-
- 26 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 11 Feb, 2021 1 commit
-
-
Yegor authored
-
- 01 Feb, 2021 1 commit
-
-
Robert Ancell authored
This stops them attempting to own a D-Bus name, which may not be possible if the app is sandboxed (e.g. in a Snap). It's also probably what most developers would expect is the correct behaviour by default.
-
- 27 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-