Skip to content

Commit 32e6700

Browse files
authored
Update Flutter3.7.0 (#1)
1 parent 2e4d6b5 commit 32e6700

File tree

11 files changed

+255
-544
lines changed

11 files changed

+255
-544
lines changed

.dart_tool/package_config.json

Lines changed: 0 additions & 194 deletions
This file was deleted.

.dart_tool/package_config_subset

Lines changed: 0 additions & 125 deletions
This file was deleted.

.dart_tool/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleExecutable</key>
88
<string>App</string>
9-
<key>CFBundleIdentifier</key>
10-
<string>io.flutter.flutter.app</string>
9+
<!-- <key>CFBundleIdentifier</key>
10+
<string>io.flutter.flutter.app</string> -->
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
@@ -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, '10.0'
2+
platform :ios, '11.0'
33

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

0 commit comments

Comments
 (0)