Jenn Magder
61d4524527
Stop using Xcode build settings in materialized Info.plist ( #71870 )
2020-12-07 15:32:47 -08:00
Dan Field
02eab12fd3
Reland "Add integration_test template to create template ( #70240 )" ( #71660 )" ( #71740 )
2020-12-07 13:38:03 -08:00
Jenn Magder
e1598c96c0
Update macOS Xcode compatibilityVersion ( #71745 )
2020-12-04 18:35:19 -08:00
Jenn Magder
e9abf5a940
Profiling Xcode app should use Flutter profile mode ( #71748 )
2020-12-04 16:59:19 -08:00
Jenn Magder
f0b17f3e26
Remove missing macOS RunnerUITests ( #71750 )
2020-12-04 15:58:03 -08:00
Jenn Magder
f78b6d6a51
Remove Flutter Authors from macOS project organization name ( #71744 )
2020-12-04 14:38:13 -08:00
Jenn Magder
d4150d3f6d
Adopt Flutter.xcframework in tool ( #71495 )
2020-12-04 13:57:11 -08:00
Ian Hickson
bb29c88ae7
Simplify the flutter_web_plugins plugin registration API. ( #70337 ) ( #70722 )
...
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
2020-12-03 15:35:41 -08:00
Kate Lovett
8e05e59c29
Revert "Add integration_test template to create template ( #70240 )" ( #71660 )
...
This reverts commit d047d108eb
.
2020-12-03 09:54:28 -06:00
Dan Field
d047d108eb
Add integration_test template to create template ( #70240 )
2020-12-02 17:08:03 -08:00
Emmanuel Garcia
8dd0de7f58
Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 ( #71446 )
2020-12-01 19:01:09 -08:00
Chris Yang
0a08f8afff
[flutter_tools] Display "no platforms" message based on results when creating plugins project ( #70215 )
2020-12-01 09:53:07 -08:00
Jenn Magder
9bbc2177ec
Move Flutter.podspec to add-to-app project template ( #71103 )
2020-11-24 10:16:09 -08:00
Jenn Magder
e6bd95bc5c
Use module Profile scheme when profiling ( #70896 )
2020-11-23 14:10:58 -08:00
Amir Hardon
7df04fdbd3
Revert "Migrate template to Gradle 6.7 and AGP 4.1.0 ( #70808 )" ( #71096 )
...
This reverts commit 8e73bab94c
.
2020-11-23 12:27:36 -08:00
Emmanuel Garcia
8e73bab94c
Migrate template to Gradle 6.7 and AGP 4.1.0 ( #70808 )
2020-11-20 13:05:35 -08:00
stuartmorgan
be4cc764de
Clean up Windows plugin template ( #70403 )
...
Removes a comment that is left over from early iterations of the
template.
2020-11-18 10:01:53 -08:00
Jenn Magder
2529e358b6
Move Flutter.framework to build directory instead of ios/Flutter ( #70224 )
2020-11-17 10:09:29 -08:00
Marcus Tomlinson
343577afb6
Add liblzma as an explicit dependancy on Linux ( #70617 )
2020-11-16 14:48:02 -08:00
Jenn Magder
b84fb90400
Remove unused host_app_editable_cocoapods template files ( #70518 )
2020-11-16 14:33:43 -08:00
Jonah Williams
6e84a14294
Revert "Simplify the flutter_web_plugins plugin registration API. ( #70337 )" ( #70505 )
...
This reverts commit 8749d95521
.
2020-11-13 16:04:53 -08:00
Ian Hickson
8749d95521
Simplify the flutter_web_plugins plugin registration API. ( #70337 )
...
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
2020-11-13 14:05:34 -08:00
xster
d18bd9a5bb
move cupertino_icon template to 1.0.1 for null safety ( #69997 )
2020-11-09 09:54:42 -08:00
Jenn Magder
58ba70a6e7
Remove add-to-app Xcode build phase input files ( #69846 )
2020-11-04 23:26:59 -08:00
Jason Simmons
88bf732ec5
Make the launch background drawable compatible with older Android API levels ( #69255 )
2020-11-02 16:08:03 -08:00
George Wright
e48446af17
Send command line arguments through to the Flutter Engine on Windows ( #68931 )
2020-10-29 18:08:04 -07:00
George Wright
678f3cb4fb
Update Linux template app to pass through command line arguments to the Dart entrypoint ( #68535 )
2020-10-30 12:26:16 +13:00
Jenn Magder
f63d56e455
App.framework must support iOS 8 for older Flutter projects ( #68729 )
...
* App.framework must support iOS 8 for older Flutter projects
* Fix test
2020-10-22 13:50:54 -07:00
stuartmorgan
3ff334d68d
Add a missing include to the Linux plugin template ( #68737 )
...
The template uses strcmp (to check the received method), so should
include <cstring>
2020-10-22 13:50:39 -07:00
Robert Ancell
16b9933d85
Disable header bar when not using GNOME Shell. ( #68452 )
...
Fixes https://github.com/flutter/flutter/issues/68253
2020-10-22 10:24:19 +13:00
Robert Ancell
b200baebd7
Try the Wayland GDK backend, the engine now supports it ( #66519 )
...
* Try the Wayland GDK backend, the engine now supports it
* Update comment from review
* Just do default GTK behaviour
2020-10-22 09:38:11 +13:00
Jenn Magder
d81691d0f4
Revert "Build iOS apps using Swift Packages ( #68361 )" ( #68546 )
...
This reverts commit dd9323bdfb
.
2020-10-19 17:57:32 -07:00
Jenn Magder
dd9323bdfb
Build iOS apps using Swift Packages ( #68361 )
2020-10-19 15:47:04 -07:00
Michael Thomsen
c97ea71798
Adjust constraints ( #68437 )
2020-10-19 17:17:13 +02:00
Jay Freeman (saurik)
a69e393d66
Avoid skipping variable initialization using case. ( #67899 )
2020-10-15 16:07:03 -07:00
Jonah Williams
1a9d635f64
[flutter_tools] remove --with-driver-test ( #67783 )
...
Remove flutter create --with-driver-test . Fixes #64095
2020-10-09 21:03:37 -07:00
Mouad Debbar
b42e34690a
[web] Update index.html template to support new path strategy ( #67081 )
2020-10-02 15:12:04 -07:00
stuartmorgan
b92bb62d4d
Fix Windows and Linux plugin template filenames ( #66997 )
2020-09-30 16:07:03 -07:00
Nebi Sarigul
eb54388934
Update .gitignore.tmpl ( #66382 )
2020-09-25 15:37:03 -07:00
Jonah Williams
90d83e37a6
[flutter_tools] register service worker after first frame event ( #66082 )
...
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.
To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.
Fixes #66066
2020-09-23 18:58:05 -07:00
Greg Spencer
bbd7b97664
Change the default visual density to be adaptive based on platform. ( #66370 )
...
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard.
It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
2020-09-23 11:14:58 -07:00
Jacob MacDonald
9cee75ba61
update to the latest null safe packages ( #66384 )
...
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
2020-09-23 11:03:29 -07:00
younghwan
634e461c4d
Apply darkmode style ( #65182 )
2020-09-17 15:32:05 -07:00
stuartmorgan
50fd10fc6f
Consider the Windows app template stable ( #66022 )
...
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
2020-09-17 15:24:28 -07:00
stuartmorgan
8162bbd8e8
Update Windows system font change handling ( #66021 )
...
The engine now has an explicit API for system font changes, rather than
expecting the WM_FONTCHANGE message to be forwarded to the Flutter view.
2020-09-17 15:23:56 -07:00
stuartmorgan
eaf3f8b4f7
Add VERSIONINFO to the Windows template ( #66025 )
...
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.
2020-09-17 15:23:38 -07:00
Herbert Poul
af2143412f
Remove FlutterApplication from app templates. ( #64742 )
2020-09-17 15:17:11 -07:00
stuartmorgan
fa12f443df
Update Windows app template ( #65696 )
2020-09-14 18:07:04 -07:00
Ben Konyi
577de1c44e
Roll forward package:test to 1.16.0-nullsafety.4 to prepare for ( #65571 )
2020-09-10 15:55:03 -07:00
stuartmorgan
ee4fa1b34e
Update Windows app template ( #65511 )
2020-09-10 13:10:04 -07:00