Skip to content

Commit d404596

Browse files
committed
bump flutter to 3.16.0
1 parent f779cb9 commit d404596

File tree

18 files changed

+77
-64
lines changed

18 files changed

+77
-64
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
task clean(type: Delete) {
29+
tasks.register("clean", Delete) {
3030
delete rootProject.buildDir
3131
}

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTERNAL SOURCES:
1414
:path: ".symlinks/plugins/protocol_handler/ios"
1515

1616
SPEC CHECKSUMS:
17-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
17+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
1818
protocol_handler: ae9efcf3b307f3fdffcd9d5252775b9f7d9f0d09
1919

20-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
20+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
2121

22-
COCOAPODS: 1.11.2
22+
COCOAPODS: 1.11.3

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -156,7 +156,7 @@
156156
97C146E61CF9000F007C117D /* Project object */ = {
157157
isa = PBXProject;
158158
attributes = {
159-
LastUpgradeCheck = 1300;
159+
LastUpgradeCheck = 1430;
160160
ORGANIZATIONNAME = "";
161161
TargetAttributes = {
162162
97C146ED1CF9000F007C117D = {
@@ -200,10 +200,12 @@
200200
/* Begin PBXShellScriptBuildPhase section */
201201
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
202202
isa = PBXShellScriptBuildPhase;
203+
alwaysOutOfDate = 1;
203204
buildActionMask = 2147483647;
204205
files = (
205206
);
206207
inputPaths = (
208+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
207209
);
208210
name = "Thin Binary";
209211
outputPaths = (
@@ -236,6 +238,7 @@
236238
};
237239
9740EEB61CF901F6004384FC /* Run Script */ = {
238240
isa = PBXShellScriptBuildPhase;
241+
alwaysOutOfDate = 1;
239242
buildActionMask = 2147483647;
240243
files = (
241244
);
@@ -340,7 +343,7 @@
340343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
341344
GCC_WARN_UNUSED_FUNCTION = YES;
342345
GCC_WARN_UNUSED_VARIABLE = YES;
343-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
346+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
344347
MTL_ENABLE_DEBUG_INFO = NO;
345348
SDKROOT = iphoneos;
346349
SUPPORTED_PLATFORMS = iphoneos;
@@ -418,7 +421,7 @@
418421
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
419422
GCC_WARN_UNUSED_FUNCTION = YES;
420423
GCC_WARN_UNUSED_VARIABLE = YES;
421-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
424+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
422425
MTL_ENABLE_DEBUG_INFO = YES;
423426
ONLY_ACTIVE_ARCH = YES;
424427
SDKROOT = iphoneos;
@@ -467,7 +470,7 @@
467470
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
468471
GCC_WARN_UNUSED_FUNCTION = YES;
469472
GCC_WARN_UNUSED_VARIABLE = YES;
470-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
473+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
471474
MTL_ENABLE_DEBUG_INFO = NO;
472475
SDKROOT = iphoneos;
473476
SUPPORTED_PLATFORMS = iphoneos;

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,9 @@
5656
</array>
5757
<key>UIViewControllerBasedStatusBarAppearance</key>
5858
<false/>
59+
<key>CADisableMinimumFrameDurationOnPhone</key>
60+
<true/>
61+
<key>UIApplicationSupportsIndirectInputEvents</key>
62+
<true/>
5963
</dict>
6064
</plist>

example/lib/pages/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class _HomePageState extends State<HomePage> with ProtocolListener {
9393

9494
@override
9595
void onProtocolUrlReceived(String url) {
96-
String log = 'Url received: $url)';
96+
String log = 'Url received: $url';
9797
BotToast.showText(text: log);
9898

9999
setState(() {

example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.11'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

0 commit comments

Comments
 (0)