- 10 Sep, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Sep, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 04 Sep, 2021 1 commit
-
-
Chris Bracken authored
When we landed the CMake minimum requirement constraint for Visual Studio 2019, we landed it with minimum version 3.15, since that's what was shipping with the current version of VS 2019 at the time. Looking at the release notes of earlier versions, it's clear that earlier versions of Visual Studio 2019 shipped with version 3.14. See: https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/ Looking at release notes for CMake 3.15, there are no features/fixes introduced in that version that we are dependent on. https://cmake.org/cmake/help/latest/release/3.15.html Issue: https://github.com/flutter/flutter/issues/88589
-
- 03 Sep, 2021 1 commit
-
-
Pierre-Louis authored
* Update .gitignore.tmpl * Add pubspec.lock * Exclude example/pubspec.lock * Address feedback
-
- 13 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 22 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 20 Apr, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-
- 08 Mar, 2021 1 commit
-
-
Ayush Bherwani authored
-
- 26 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Feb, 2021 1 commit
-
-
Sunbreak authored
Signed-off-by:
Sunbreak <sunbreak.wang@gmail.com>
-
- 14 Jan, 2021 1 commit
-
-
Yusuke Arakawa authored
-
- 03 Dec, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 02 Dec, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Dec, 2020 1 commit
-
-
Chris Yang authored
[flutter_tools] Display "no platforms" message based on results when creating plugins project (#70215)
-
- 23 Nov, 2020 1 commit
-
-
Amir Hardon authored
This reverts commit 8e73bab9.
-
- 20 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 18 Nov, 2020 1 commit
-
-
stuartmorgan authored
Removes a comment that is left over from early iterations of the template.
-
- 14 Nov, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 8749d955.
-
- 13 Nov, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 22 Oct, 2020 1 commit
-
-
stuartmorgan authored
The template uses strcmp (to check the received method), so should include <cstring>
-
- 19 Oct, 2020 1 commit
-
-
Michael Thomsen authored
-
- 30 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 25 Aug, 2020 2 commits
-
-
stuartmorgan authored
The pointer-argument-based version of Success() is deprecated; this updates the template to use the new reference-based version (which allows for inline construction of the response value). Part of https://github.com/flutter/flutter/issues/63975
-
Jenn Magder authored
-
- 14 Aug, 2020 1 commit
-
-
Juyeong Lee authored
-
- 11 Aug, 2020 1 commit
-
-
xster authored
-
- 04 Aug, 2020 3 commits
-
-
Chris Yang authored
-
Jonah Williams authored
This reverts commit 5b3dc525.
-
xster authored
-
- 30 Jul, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 08 Jul, 2020 1 commit
-
-
Jonah Williams authored
Gives plugin and package a constraint on the flutter version, which will be from 2 stable's ago when this goes to stable. Adds an upper bound of 2.0
-
- 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
-
-
Chris Yang authored
-
- 23 Jun, 2020 1 commit
-
-
David Iglesias authored
-
- 16 Jun, 2020 1 commit
-
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
- 11 Jun, 2020 1 commit
-
-
Marcus Tomlinson authored
* Explicitly install the Flutter library * Publish ${FLUTTER_LIBRARY} to parent scope * Bundle plugin libraries * Bundle <plugin_name>_bundled_libraries too * BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES * Update Linux plugin test * Address review comments
-
- 27 May, 2020 1 commit
-
-
stuartmorgan authored
The CMake plugin build wasn't setting visibility to hidden by default, which meant that plugins exported everything by default. This would make bad interactions between plugins much more likely; only the intended API should be exported by the shared library.
-