- 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
-
- 18 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 25 Jul, 2022 1 commit
-
-
RockerFlower authored
-
- 15 May, 2022 1 commit
-
-
Chris Bracken authored
Updates the AppIcon assets in the macOS app template to meet Apple's icon guidelines as of macOS Big Sur. Assets were moved to the [flutter_template_images][1] package, which includes them as of version 4.1.0. Ref: https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/ Issue: https://github.com/flutter/flutter/issues/103371 [1]: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
-
- 02 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 12 Apr, 2022 1 commit
-
-
linxuebin authored
-
- 07 Apr, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Mar, 2022 1 commit
-
-
Jeff Ward authored
-
- 04 Feb, 2022 1 commit
-
-
stuartmorgan 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.
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 27 Aug, 2021 1 commit
-
-
moko256 authored
-
- 09 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 10 Jun, 2021 1 commit
-
-
Aneesh Rao authored
-
- 15 May, 2021 1 commit
-
-
James Clarke authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Mar, 2021 1 commit
-
-
Gary Qian authored
-
- 15 Jan, 2021 1 commit
-
- 07 Dec, 2020 1 commit
-
-
Dan Field authored
-
- 03 Dec, 2020 2 commits
-
-
Kate Lovett authored
This reverts commit d047d108.
-
Dan Field authored
-
- 24 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Nov, 2020 1 commit
-
-
Jason Simmons authored
-
- 10 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove flutter create --with-driver-test . Fixes #64095
-
- 30 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 17 Sep, 2020 3 commits
-
-
younghwan authored
-
stuartmorgan authored
Removes the template version from the Windows template; the API and tooling boundary will now be considered stable, so there will no longer be frequent breaking changes. Also updates the link for adding desktop support to a project for all three platforms to reflect the current location. Fixes https://github.com/flutter/flutter/issues/52748
-
stuartmorgan authored
Adds a VERSIONINFO to Runner.rc in the Windows app template, populated from the project creation metadata. Currently the version itself is hard-coded, but it is future-proofed to allow plumbing the actual version through at build time via preprocessor defines.
-
- 15 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 06 Jul, 2020 1 commit
-
-
stuartmorgan authored
* First pass at CMake files; untested * First pass of adding CMake generation logic on Windows * Misc fixes * Get bundling working, start incoprorating CMake build into tool * Fix debug, exe name. * Add resources * Move cmake.dart * Rip out all the vcxproj/solution plumbing * Fix plugin cmake generation * Build with cmake rather than calling VS directly * Adjust Windows plugin template to match standard header directory structure * Pass config selection when building * Partially fix multi-config handling * Rev template version * Share the CMake generation instead of splitting it out * VS build/run cycle works, with slightly awkward requirement to always build all * Update manifest * Plugin template fixes * Minor adjustments * Build install as part of build command, instead of separately * Test cleanup * Update Linux test for adjusted generated CMake approach * Plugin test typo fix * Add missing stub file for project test * Add a constant for VS generator
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
First pass at fixing #57985 and implementing #59602 This doesn't have enough metadata to be useful for IDEs yet, but it prevents the issue from getting worse while we iterate on it.
-