- 15 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 10 Sep, 2020 3 commits
-
-
Ben Konyi authored
-
stuartmorgan authored
-
xster authored
-
- 01 Sep, 2020 1 commit
-
-
stuartmorgan authored
People frequently assume they can run the executable they find at the top level of the build directory, and don't understand why they get resource errors from the engine. To avoid that, this puts the unbundled copy of the executable in a subdirectory with a name that should warn people away from running it. Fixes #64963
-
- 31 Aug, 2020 1 commit
-
-
James Clarke 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
-
- 21 Aug, 2020 2 commits
-
-
stuartmorgan authored
* Minor adjustment for engine change, and rev template version * whitespace fix
-
stuartmorgan authored
This wires up the new WindowProc delegation system that allows plugins to handle top-level window messages (e.g., to control resize behavior). Fixes #53168
-
- 18 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 Aug, 2020 2 commits
-
-
Juyeong Lee authored
-
stuartmorgan authored
-
- 13 Aug, 2020 1 commit
-
-
stuartmorgan authored
-
- 12 Aug, 2020 1 commit
-
-
Jenn Magder authored
-
- 11 Aug, 2020 1 commit
-
-
xster authored
-
- 08 Aug, 2020 1 commit
-
-
Adam Bahr authored
-
- 06 Aug, 2020 2 commits
-
-
Jenn Magder authored
-
stuartmorgan authored
-
- 05 Aug, 2020 2 commits
-
-
Marcus Tomlinson authored
-
Jonah Williams authored
-
- 04 Aug, 2020 3 commits
-
-
Chris Yang authored
-
Jonah Williams authored
This reverts commit 5b3dc525.
-
xster authored
-
- 03 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 29 Jul, 2020 1 commit
-
-
Robert Ancell authored
-
- 28 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Jul, 2020 1 commit
-
-
Christopher Fujino authored
-
- 16 Jul, 2020 2 commits
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 09 Jul, 2020 1 commit
-
-
Robert Ancell 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 4 commits
-
-
Jenn Magder authored
-
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.
-
stuartmorgan authored
Remove the version checking and associated warnings. The Linux template and build process will now be subject to more typical Flutter breaking change policy, and should no longer require regularly deleting and recreating the platform directory.
-
Chris Yang authored
-
- 23 Jun, 2020 1 commit
-
-
David Iglesias authored
-