Loïc Sharma
22f3b4edf5
[Windows] Use dark title bar on dark system theme ( #111042 )
2022-09-09 22:23:59 +00:00
Nate Bosch
4d5c68c4eb
Remove .pub directories from iml templates ( #109622 )
2022-09-09 22:20:12 +00:00
Jenn Magder
c075ef058c
Revert "[Windows] Use dark title bar on dark system theme" ( #110890 )
2022-09-03 00:18:34 +00:00
Loïc Sharma
2fb5b2729a
[Windows] Use dark title bar on dark system theme ( #110615 )
2022-09-02 23:15:12 +00:00
Loïc Sharma
c60cf97c19
[Windows] Hide app until first frame is drawn ( #109816 )
2022-08-30 14:26:21 +00:00
Yegor
6e57ed6088
[web] fix hot restart in entrypoint generated by flutter create
( #110229 )
2022-08-25 20:30:00 +00:00
Daco Harkes
d34801a8da
FFI plugin bump FFIgen to 6.1.2 ( #110246 )
2022-08-25 19:33:05 +00:00
Kate Lovett
7e12b37111
Deprecate 2018 text theme parameters ( #109817 )
2022-08-22 20:00:34 +00:00
Jenn Magder
dce82f7e21
Remove deprecated Ruby File.exists? in helper script ( #109428 )
2022-08-12 20:22:07 +00:00
Peter Eliasson
41f13d2087
Free library even if proc lookup fails ( #108312 )
2022-08-11 20:45:03 +00:00
Daco Harkes
fe7b6de4df
Plugin FFI template bump ffigen to 6.0.1 ( #108792 )
2022-08-05 07:04:08 +00:00
Jenn Magder
70aaff1217
Set Xcode build script phases to always run ( #108331 )
2022-07-26 19:20:07 +00:00
RockerFlower
5f67b47e23
[iOS] Update template icons ( #107873 )
2022-07-25 21:36:06 +00:00
Jenn Magder
c4975d9be0
Increase app minimum supported macOS version from 10.11 to 10.13 ( #107689 )
2022-07-15 11:12:43 -07:00
Loïc Sharma
6026eea9a4
[Windows] Flow version information to the build output ( #106145 )
...
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects.
Addresses https://github.com/flutter/flutter/issues/73652
2022-06-27 10:45:56 -07:00
Ahmed Ashour
0be4a8e9ae
Remove unneeded date comment in gradle-wrapper.properties
( #104061 )
2022-06-13 16:43:11 -07:00
Daco Harkes
7342574069
Fix plugin_ffi bindings regen command and bump ffigen ( #104844 )
2022-05-27 15:08:07 -07:00
Tim Sneath
fdf9b6e93d
Update Windows manifest to declare Windows 11 ( #104768 )
2022-05-26 17:40:07 -07:00
Gary Qian
350a7618eb
Remove extraneous org.jetbrains.kotlin:kotlin-stdlib-jdk7 gradle dep ( #104028 )
2022-05-18 17:52:13 -07:00
Chris Bracken
6eb12c6843
[macOS] Update template icons to Big Sur style ( #103739 )
...
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
2022-05-14 17:20:24 -07:00
David Iglesias
1af8cc1183
[tools][web] Make Plugin Registrant file ephemeral. ( #102185 )
2022-05-11 17:54:11 -07:00
Jenn Magder
36be63ba19
Embed Flutter and App frameworks for add-to-app on iOS ( #102538 )
2022-05-02 10:44:12 -07:00
Jonah Williams
944fcda67f
[flutter_tools] remove UWP tooling ( #102174 )
2022-04-26 11:19:07 -07:00
Jenn Magder
1756ccc541
Set template and migrate apps to iOS 11 minimum ( #101963 )
2022-04-15 11:34:08 -07:00
Pierre-Louis
b9528c057a
Remove trailing spaces in repo ( #101191 )
...
* Remove trailing spaces
* more
* empty commit
2022-04-15 14:06:30 +02:00
Jenn Magder
5b58d5c58f
Exclude armv7 from iOS add-to-app plugins ( #101943 )
2022-04-14 18:24:08 -07:00
Michael Goderbauer
329ceaef66
Use super parameters in templates ( #101157 )
2022-04-14 13:26:38 -07:00
Callum Moffat
30a501801a
Support trackpad gestures in framework ( #89944 )
...
* Implement trackpad gestures in framework
* Touch and Pan/Zoom pointers have separate IDs now
* Handle trackpad pointer device type
* Respect supportedDevices for pan/zoom events
* Update after rebase
* Fix check failures
* Avoid error with very short drags
* Address feedback
* Refactor drag event handler
* Address more feedback
* Add some missing punctuation
2022-04-12 19:47:01 -07:00
linxuebin
712667fb62
Remove the run_loop.h and run_loop.cpp files from template_manifest.json ( #100976 )
2022-04-11 19:54:07 -07:00
Emmanuel Garcia
b528310f58
Specify Kotlin version in modules and refactor ( #101315 )
2022-04-07 13:20:33 -07:00
David Iglesias
e52b777a2c
[web] flutter.js initialization with ui.webOnlyWarmupEngine ( #100177 )
2022-03-30 23:00:09 -07:00
Emmanuel Garcia
5c6918933e
Migrate AGP and Gradle versions to 7.1.2/7.4 ( #99723 )
2022-03-30 20:30:09 -07:00
Ahmed Ashour
2268aebbae
Remove the end period of a URL in project template ( #99816 )
2022-03-25 16:15:13 -07:00
Michael Goderbauer
8560d914eb
Upgrade to flutter_lints 2.0 ( #99881 )
2022-03-22 11:00:23 -07:00
Gary Qian
63ff7a199b
MigrateConfig and migrate integration testing base ( #99092 )
2022-03-16 11:10:22 -07:00
Chris Yang
291b286417
[tool] Add CADisableMinimumFrameDurationOnPhone to iOS templates ( #94509 )
2022-03-09 14:15:20 -08:00
Jeff Ward
0aab22807c
First pass at using platform abstraction for plugins ( #92672 )
2022-03-09 14:10:21 -08:00
Tacca
c8538873c8
95533 min sdk error msgs enhancements ( #99550 )
2022-03-08 16:20:21 -08:00
Chris Bracken
b5d3c43280
Check string size before Win32 MultiByte <-> WideChar conversions ( #99729 )
...
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
This is to prevent resize() from failing if called with a count > std::string::max_size().
According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
Authored by: Tomasz Gucio <tgucio@gmail.com>
2022-03-07 19:57:36 -08:00
Emmanuel Garcia
9cb60c9828
Revert "reads min/target sdk versions from localproperties" ( #99191 )
2022-02-28 11:41:22 -08:00
Tacca
37a1aaf8c1
reads min/target sdk versions from localproperties ( #98450 )
2022-02-24 12:16:15 -08:00
Emmanuel Garcia
badbe757eb
Export activity for module in AndroidManifest.xml ( #98076 )
2022-02-08 21:40:16 -08:00
Jenn Magder
57d5222876
Include -isysroot -arch and -miphoneos-version-min when creating dummy module App.framework ( #97689 )
2022-02-04 14:50:11 -08:00
stuartmorgan
7eb1035af6
Restructure Windows plugin template ( #93511 )
2022-02-03 20:30:18 -08:00
Daco Harkes
bc621327d9
Pin package:ffi
in plugin_ffi
template ( #97720 )
2022-02-03 19:42:07 +01:00
Collin Jackson
10fbbafe09
[flutter_tools] Use proper project name in templates ( #96373 )
2022-02-02 06:50:14 -08:00
Daco Harkes
0e2f51dfd0
FFI plugins ( #96225 )
2022-01-26 23:44:45 +01:00
stuartmorgan
27e79d55a4
Document template CMake files ( #96534 )
2022-01-14 14:55:14 -08:00
stuartmorgan
2df7dca858
Fully support Dart-only mobile and macOS plugins ( #96183 )
2022-01-13 08:30:22 -08:00
Utibeabasi Umanah
3a411047e0
Fix typo ( #96058 )
2022-01-10 23:30:19 -08:00