Skip to content

Commit 22374e6

Browse files
authored
Merge pull request #20 from nathansdev/integration/widgetbook
updated package to 3.22.2
2 parents 4c576c5 + 24f6bad commit 22374e6

22 files changed

+570
-488
lines changed

ios/Flutter/AppFrameworkInfo.plist

+1-1
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>12.0</string>
2525
</dict>
2626
</plist>

ios/Podfile

+1-1
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, '12.0'
33

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

ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ EXTERNAL SOURCES:
2424
:path: ".symlinks/plugins/google_maps_flutter/ios"
2525

2626
SPEC CHECKSUMS:
27-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
27+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2828
google_maps_flutter: abdb8dee6c52d4be36ad131ee6ebfacd14417c5a
2929
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
3030

31-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
31+
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
3232

33-
COCOAPODS: 1.10.1
33+
COCOAPODS: 1.13.0

ios/Runner.xcodeproj/project.pbxproj

+8-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -164,7 +164,7 @@
164164
97C146E61CF9000F007C117D /* Project object */ = {
165165
isa = PBXProject;
166166
attributes = {
167-
LastUpgradeCheck = 1020;
167+
LastUpgradeCheck = 1510;
168168
ORGANIZATIONNAME = "The Chromium Authors";
169169
TargetAttributes = {
170170
97C146ED1CF9000F007C117D = {
@@ -208,10 +208,12 @@
208208
/* Begin PBXShellScriptBuildPhase section */
209209
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
210210
isa = PBXShellScriptBuildPhase;
211+
alwaysOutOfDate = 1;
211212
buildActionMask = 2147483647;
212213
files = (
213214
);
214215
inputPaths = (
216+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
215217
);
216218
name = "Thin Binary";
217219
outputPaths = (
@@ -240,6 +242,7 @@
240242
};
241243
9740EEB61CF901F6004384FC /* Run Script */ = {
242244
isa = PBXShellScriptBuildPhase;
245+
alwaysOutOfDate = 1;
243246
buildActionMask = 2147483647;
244247
files = (
245248
);
@@ -349,7 +352,7 @@
349352
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
350353
GCC_WARN_UNUSED_FUNCTION = YES;
351354
GCC_WARN_UNUSED_VARIABLE = YES;
352-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
355+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
353356
MTL_ENABLE_DEBUG_INFO = NO;
354357
SDKROOT = iphoneos;
355358
SUPPORTED_PLATFORMS = iphoneos;
@@ -431,7 +434,7 @@
431434
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
432435
GCC_WARN_UNUSED_FUNCTION = YES;
433436
GCC_WARN_UNUSED_VARIABLE = YES;
434-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
437+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
435438
MTL_ENABLE_DEBUG_INFO = YES;
436439
ONLY_ACTIVE_ARCH = YES;
437440
SDKROOT = iphoneos;
@@ -480,7 +483,7 @@
480483
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
481484
GCC_WARN_UNUSED_FUNCTION = YES;
482485
GCC_WARN_UNUSED_VARIABLE = YES;
483-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
486+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
484487
MTL_ENABLE_DEBUG_INFO = NO;
485488
SDKROOT = iphoneos;
486489
SUPPORTED_PLATFORMS = iphoneos;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

ios/Runner/Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<false/>
44+
<key>CADisableMinimumFrameDurationOnPhone</key>
45+
<true/>
46+
<key>UIApplicationSupportsIndirectInputEvents</key>
47+
<true/>
4448
</dict>
4549
</plist>

lib/blog/blog_home_page.dart

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ class _BlogHomePageState extends State<BlogHomePage> {
3434
),
3535
bottomNavigationBar: BottomNavigationBar(
3636
items: [
37-
BottomNavigationBarItem(icon: Icon(Icons.home), label: "Home"),
37+
BottomNavigationBarItem(icon: Icon(Icons.home), label: ("Home")),
3838
BottomNavigationBarItem(
39-
icon: Icon(Icons.search), label: "Search"),
39+
icon: Icon(Icons.search), label: ("Search")),
4040
BottomNavigationBarItem(
41-
icon: Icon(Icons.chat_bubble), label: "Chat"),
42-
BottomNavigationBarItem(icon: Icon(Icons.info), label: "About"),
41+
icon: Icon(Icons.chat_bubble), label: ("Chat")),
42+
BottomNavigationBarItem(icon: Icon(Icons.info), label: ("About")),
4343
],
4444
currentIndex: _currentIndex,
4545
onTap: _onItemTapped,

0 commit comments

Comments
 (0)