Greg Spencer
8405868db4
Update outdated platform directories in examples ( #91125 )
...
The first of three or four changes to update the platform directories of the packages in the Flutter repo that have out date platform code.
This batch includes updating the flutter_view example, updating the sanity check numbers in analyze.dart, and adding some missing Podfiles in the examples. I also eliminated some trailing whitespace in the templates for Android.
2021-10-05 14:52:11 -07:00
Littlegnal
1b73a35fba
Change project.buildDir in standalone subprojects property ( #91030 )
2021-10-01 17:18:05 -07:00
Jenn Magder
1b53f7beba
Migrate iOS project to Xcode 13 compatibility ( #90304 )
2021-09-22 13:23:05 -07:00
Jason Simmons
c761c6c2d4
Fix an unnecessary_import analyzer error in the skeleton app template ( #90417 )
2021-09-20 15:18:37 -07:00
Jenn Magder
ab6f2fc8ce
Set BUILD_DIR when determining if plugins support arm64 simulators ( #90088 )
2021-09-15 18:37:04 -07:00
Jenn Magder
51588ab808
Set plugin template minimum Flutter SDK to 2.5 ( #89695 )
2021-09-09 20:42:03 -07:00
Emmanuel Garcia
50b0037803
Remove files that are unnecessary in a plugin ( #89445 )
2021-09-07 11:11:05 -07:00
Chris Bracken
1c36271b05
Reduce required Windows CMake version to 3.14 ( #89390 )
...
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
2021-09-03 21:05:58 -07:00
Pierre-Louis
1298a9fd54
Adjust plugins and packages .gitignore to be most useful ( #88991 )
...
* Update .gitignore.tmpl
* Add pubspec.lock
* Exclude example/pubspec.lock
* Address feedback
2021-09-03 20:22:35 +02:00
moko256
d0bfe170bf
Use {{projectName}}
as BINARY_NAME and CMake project name in UWP template ( #87859 )
2021-08-26 17:11:05 -07:00
Bernardo Ferrari
6318b5096c
Add favicon to web template ( #88141 )
2021-08-18 17:12:02 -07:00
Jenn Magder
9b1ed4639d
Update flutter create templates for Xcode 13 ( #88074 )
2021-08-12 11:37:04 -07:00
Jia Hao
e40d7e6ef4
Don't set the SplashScreenDrawable for new projects ( #87619 )
2021-08-04 23:15:04 -07:00
Jenn Magder
81aeb33ce3
Increase Flutter framework minimum iOS version to 9.0 ( #86840 )
2021-07-22 13:21:05 -07:00
Ahmed Ashour
6bfc5824d3
Add .gitignore ( #85017 )
2021-07-09 10:41:03 -07:00
Filip Hracek
76d5e62f42
Add a more complete app template for Flutter (skeleton) ( #83530 )
2021-06-28 15:26:04 -07:00
Kathy Walrath
7f15662f56
Update the package README template ( #84160 )
...
Co-authored-by: JaYoung Lee <11873270+jayoung-lee@users.noreply.github.com>
2021-06-24 16:21:55 -07:00
Jenn Magder
0de6bd41ba
Migrate iOS app deployment target from 8.0 to 9.0 ( #85174 )
2021-06-24 10:21:05 -07:00
Tim Sneath
57a565c706
Clean up podspec template ( #84662 )
2021-06-15 18:44:02 -07:00
Aneesh Rao
b4148eb599
Add maskable icons to improve lighthouse score ( #83182 )
2021-06-10 13:49:06 -07:00
Yegor
e6cc3cd84d
use old Edge-compatible JavaScript in index.html ( #83732 )
2021-06-01 20:45:58 -07:00
Balvinder Singh Gambhir
4a33813b35
[flutter_tools] added base-href command in web ( #80519 )
2021-05-19 12:39:02 -07:00
James Clarke
a34713fb96
Update Windows flutter create template ( #82598 )
2021-05-14 19:10:07 -07:00
Michael Goderbauer
7837d3eae1
Upgrade to stable flutter_lints 1.0.0 ( #82365 )
2021-05-12 17:14:03 -07:00
Michael Goderbauer
532a79c857
Integrate package:flutter_lints into templates ( #81417 )
2021-05-10 16:19:04 -07:00
stuartmorgan
27d1e5892f
Minor cleanup to Linux application template format ( #81561 )
2021-05-07 09:49:03 -07:00
Matej Knopp
858123dced
Remove RunLoop from Windows template ( #79969 )
2021-04-27 14:50:42 -07:00
Jonah Williams
d9638d25d7
migrate from jcenter to mavencentral ( #80908 )
2021-04-21 21:41:07 -07:00
Pierre-Louis
ee875af067
Add Android keystore files to project gitignore ( #80663 )
2021-04-19 20:34:03 -07:00
Emmanuel Garcia
42f21fd780
Standardize how Java8 is set in gradle files ( #80600 )
2021-04-19 20:19:03 -07:00
Michael Thomsen
2cdd51900c
Enable null safety by default in templates ( #78619 )
2021-03-30 10:16:05 +02:00
Marcus Tomlinson
01c772cc8d
Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" ( #78415 )
...
* Revert "Add libgcrypt as an explicit dependancy on Linux"
This reverts commit bf65b3d03c
.
* libblkid & liblzma not explicitly required either
2021-03-18 09:14:44 -07:00
Jonah Williams
2584afd7ec
[flutter_tools] scaffolding for Windows UWP template ( #78067 )
2021-03-16 13:43:04 -07:00
Ahmed Saleh
740504d3e6
Refactor: use one subprojects property ( #77942 )
2021-03-12 16:28:03 -08:00
Marcus Tomlinson
82675474ea
Add libgcrypt as an explicit dependancy on Linux ( #77926 )
2021-03-12 07:50:03 -08:00
Ayush Bherwani
6acd466a1f
remove unused import ( #77202 )
2021-03-08 14:44:02 -08:00
Andre
3dca866f06
Fix typo in Windows template ( #77405 )
2021-03-05 14:09:04 -08:00
Gary Qian
ee41782732
[flutter_tools] Deferred components build system ( #76192 )
2021-03-04 18:09:02 -08:00
John Ryan
c5d1600843
Fix typo in web template ( #77011 )
2021-03-04 15:24:03 -08:00
Jenn Magder
d099ae60f0
Add ephemeral iOS directory to put future generated files ( #76830 )
2021-02-25 18:16:03 -08:00
Sunbreak
c3f4f23c0f
Remove deprecated author field in pubspec.yml templates ( #76477 )
...
Signed-off-by: Sunbreak <sunbreak.wang@gmail.com>
2021-02-22 08:25:28 -08:00
creativecreatorormaybenot
dac5e8af54
Fix package CHANGELOG template ( #76019 )
2021-02-22 14:44:19 +01:00
Hidenori Matsubayashi
4cc0ab2d19
[flutter_tools] Add ARM64 Linux host and cross-building option support ( #61221 )
2021-02-12 14:25:30 -08:00
Yegor
e7953b3be4
[web] new service worker loading mechanism ( #75535 )
2021-02-11 09:16:21 -08:00
Jenn Magder
7711c1ef8f
Suggest precache instead of build when engine artifacts are missing ( #75351 )
2021-02-03 13:14:38 -08:00
Robert Ancell
09adc359b8
Make Linux apps non-unique by default. ( #74959 )
...
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.
2021-02-02 11:34:40 +13:00
Michael Goderbauer
63267e9016
Make flutter create --smaple null-safe ( #74844 )
2021-01-27 14:44:03 -08:00
Michael Goderbauer
cd57af1458
Tests that module/plugin/package templates can be migrated to null-safety ( #74090 )
2021-01-19 14:24:03 -08:00
Niklas Schulze
afe790775b
[flutter_tools] copy flutter_texture_registrar.h header on Windows ( #61098 )
2021-01-15 16:20:57 -05:00
Dan Field
6a32859eb9
Revert integration_test in flutter create template ( #74068 )
...
* Revert "Add integration_test template to create template (#70240 )"
This reverts commit d047d108eb
.
* test
2021-01-15 13:13:46 -08:00