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'

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ EXTERNAL SOURCES:
1919
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
2020

2121
SPEC CHECKSUMS:
22-
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
22+
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
2323
protocol_handler: 587e1caf6c0b92ce351ab14081968dae49cb8cc6
2424
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
2525

26-
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
26+
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2727

2828
COCOAPODS: 1.11.3

example/macos/Runner.xcodeproj/project.pbxproj

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

99
/* Begin PBXAggregateTarget section */
@@ -202,7 +202,7 @@
202202
isa = PBXProject;
203203
attributes = {
204204
LastSwiftUpdateCheck = 0920;
205-
LastUpgradeCheck = 1300;
205+
LastUpgradeCheck = 1430;
206206
ORGANIZATIONNAME = "";
207207
TargetAttributes = {
208208
33CC10EC2044A3C60003C045 = {
@@ -254,6 +254,7 @@
254254
/* Begin PBXShellScriptBuildPhase section */
255255
3399D490228B24CF009A79C7 /* ShellScript */ = {
256256
isa = PBXShellScriptBuildPhase;
257+
alwaysOutOfDate = 1;
257258
buildActionMask = 2147483647;
258259
files = (
259260
);
@@ -402,7 +403,7 @@
402403
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
403404
GCC_WARN_UNUSED_FUNCTION = YES;
404405
GCC_WARN_UNUSED_VARIABLE = YES;
405-
MACOSX_DEPLOYMENT_TARGET = 10.11;
406+
MACOSX_DEPLOYMENT_TARGET = 10.14;
406407
MTL_ENABLE_DEBUG_INFO = NO;
407408
SDKROOT = macosx;
408409
SWIFT_COMPILATION_MODE = wholemodule;
@@ -483,7 +484,7 @@
483484
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
484485
GCC_WARN_UNUSED_FUNCTION = YES;
485486
GCC_WARN_UNUSED_VARIABLE = YES;
486-
MACOSX_DEPLOYMENT_TARGET = 10.11;
487+
MACOSX_DEPLOYMENT_TARGET = 10.14;
487488
MTL_ENABLE_DEBUG_INFO = YES;
488489
ONLY_ACTIVE_ARCH = YES;
489490
SDKROOT = macosx;
@@ -530,7 +531,7 @@
530531
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531532
GCC_WARN_UNUSED_FUNCTION = YES;
532533
GCC_WARN_UNUSED_VARIABLE = YES;
533-
MACOSX_DEPLOYMENT_TARGET = 10.11;
534+
MACOSX_DEPLOYMENT_TARGET = 10.14;
534535
MTL_ENABLE_DEBUG_INFO = NO;
535536
SDKROOT = macosx;
536537
SWIFT_COMPILATION_MODE = wholemodule;

example/macos/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/pubspec.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
8+
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.10.0"
11+
version: "2.11.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
@@ -29,10 +29,10 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: characters
32-
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
32+
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.2.1"
35+
version: "1.3.0"
3636
clock:
3737
dependency: transitive
3838
description:
@@ -45,10 +45,10 @@ packages:
4545
dependency: transitive
4646
description:
4747
name: collection
48-
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
48+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.17.0"
51+
version: "1.18.0"
5252
cupertino_icons:
5353
dependency: "direct main"
5454
description:
@@ -91,14 +91,6 @@ packages:
9191
description: flutter
9292
source: sdk
9393
version: "0.0.0"
94-
js:
95-
dependency: transitive
96-
description:
97-
name: js
98-
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
99-
url: "https://pub.dev"
100-
source: hosted
101-
version: "0.6.5"
10294
lints:
10395
dependency: transitive
10496
description:
@@ -111,34 +103,34 @@ packages:
111103
dependency: transitive
112104
description:
113105
name: matcher
114-
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
106+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
115107
url: "https://pub.dev"
116108
source: hosted
117-
version: "0.12.13"
109+
version: "0.12.16"
118110
material_color_utilities:
119111
dependency: transitive
120112
description:
121113
name: material_color_utilities
122-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
114+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
123115
url: "https://pub.dev"
124116
source: hosted
125-
version: "0.2.0"
117+
version: "0.5.0"
126118
meta:
127119
dependency: transitive
128120
description:
129121
name: meta
130-
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
122+
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
131123
url: "https://pub.dev"
132124
source: hosted
133-
version: "1.8.0"
125+
version: "1.10.0"
134126
path:
135127
dependency: transitive
136128
description:
137129
name: path
138-
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
130+
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
139131
url: "https://pub.dev"
140132
source: hosted
141-
version: "1.8.2"
133+
version: "1.8.3"
142134
preference_list:
143135
dependency: "direct main"
144136
description:
@@ -163,26 +155,26 @@ packages:
163155
dependency: transitive
164156
description:
165157
name: source_span
166-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
158+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
167159
url: "https://pub.dev"
168160
source: hosted
169-
version: "1.9.1"
161+
version: "1.10.0"
170162
stack_trace:
171163
dependency: transitive
172164
description:
173165
name: stack_trace
174-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
166+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
175167
url: "https://pub.dev"
176168
source: hosted
177-
version: "1.11.0"
169+
version: "1.11.1"
178170
stream_channel:
179171
dependency: transitive
180172
description:
181173
name: stream_channel
182-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
174+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
183175
url: "https://pub.dev"
184176
source: hosted
185-
version: "2.1.1"
177+
version: "2.1.2"
186178
string_scanner:
187179
dependency: transitive
188180
description:
@@ -203,10 +195,10 @@ packages:
203195
dependency: transitive
204196
description:
205197
name: test_api
206-
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
198+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
207199
url: "https://pub.dev"
208200
source: hosted
209-
version: "0.4.16"
201+
version: "0.6.1"
210202
vector_math:
211203
dependency: transitive
212204
description:
@@ -215,6 +207,14 @@ packages:
215207
url: "https://pub.dev"
216208
source: hosted
217209
version: "2.1.4"
210+
web:
211+
dependency: transitive
212+
description:
213+
name: web
214+
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
215+
url: "https://pub.dev"
216+
source: hosted
217+
version: "0.3.0"
218218
win32:
219219
dependency: transitive
220220
description:
@@ -240,5 +240,5 @@ packages:
240240
source: hosted
241241
version: "0.2.0"
242242
sdks:
243-
dart: ">=2.18.0 <3.0.0"
244-
flutter: ">=2.5.0"
243+
dart: ">=3.2.0-194.0.dev <4.0.0"
244+
flutter: ">=3.16.0"

0 commit comments

Comments
 (0)