Skip to content

Commit 6e3f803

Browse files
committed
updated flutter version
1 parent 11e87c0 commit 6e3f803

5 files changed

Lines changed: 92 additions & 77 deletions

File tree

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/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
281281
GCC_WARN_UNUSED_FUNCTION = YES;
282282
GCC_WARN_UNUSED_VARIABLE = YES;
283-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
283+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
284284
MTL_ENABLE_DEBUG_INFO = NO;
285285
SDKROOT = iphoneos;
286286
SUPPORTED_PLATFORMS = iphoneos;
@@ -362,7 +362,7 @@
362362
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
363363
GCC_WARN_UNUSED_FUNCTION = YES;
364364
GCC_WARN_UNUSED_VARIABLE = YES;
365-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
365+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
366366
MTL_ENABLE_DEBUG_INFO = YES;
367367
ONLY_ACTIVE_ARCH = YES;
368368
SDKROOT = iphoneos;
@@ -411,7 +411,7 @@
411411
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412412
GCC_WARN_UNUSED_FUNCTION = YES;
413413
GCC_WARN_UNUSED_VARIABLE = YES;
414-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
414+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
415415
MTL_ENABLE_DEBUG_INFO = NO;
416416
SDKROOT = iphoneos;
417417
SUPPORTED_PLATFORMS = iphoneos;

example/lib/main.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ class _MyHomePageState extends State<MyHomePage> {
7171
),
7272
child: Container(
7373
height: 50,
74-
// ignore: deprecated_member_use
75-
child: RaisedButton(
74+
child: MaterialButton(
7675
textColor: Colors.white,
7776
color: color,
7877
onPressed: () {

example/pubspec.lock

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
base58check:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: bech32
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "0.2.0"
24+
version: "0.2.2"
2525
boolean_selector:
2626
dependency: transitive
2727
description:
@@ -35,21 +35,14 @@ packages:
3535
name: characters
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.2.0"
39-
charcode:
40-
dependency: transitive
41-
description:
42-
name: charcode
43-
url: "https://pub.dartlang.org"
44-
source: hosted
45-
version: "1.3.1"
38+
version: "1.2.1"
4639
clock:
4740
dependency: transitive
4841
description:
4942
name: clock
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.1.0"
45+
version: "1.1.1"
5346
collection:
5447
dependency: transitive
5548
description:
@@ -63,14 +56,14 @@ packages:
6356
name: convert
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "3.0.0"
59+
version: "3.1.1"
6760
crypto:
6861
dependency: transitive
6962
description:
7063
name: crypto
7164
url: "https://pub.dartlang.org"
7265
source: hosted
73-
version: "3.0.1"
66+
version: "3.0.2"
7467
cupertino_icons:
7568
dependency: "direct main"
7669
description:
@@ -84,7 +77,7 @@ packages:
8477
name: fake_async
8578
url: "https://pub.dartlang.org"
8679
source: hosted
87-
version: "1.3.0"
80+
version: "1.3.1"
8881
flutter:
8982
dependency: "direct main"
9083
description: flutter
@@ -108,28 +101,28 @@ packages:
108101
name: matcher
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "0.12.11"
104+
version: "0.12.12"
112105
material_color_utilities:
113106
dependency: transitive
114107
description:
115108
name: material_color_utilities
116109
url: "https://pub.dartlang.org"
117110
source: hosted
118-
version: "0.1.4"
111+
version: "0.1.5"
119112
meta:
120113
dependency: transitive
121114
description:
122115
name: meta
123116
url: "https://pub.dartlang.org"
124117
source: hosted
125-
version: "1.7.0"
118+
version: "1.8.0"
126119
path:
127120
dependency: transitive
128121
description:
129122
name: path
130123
url: "https://pub.dartlang.org"
131124
source: hosted
132-
version: "1.8.1"
125+
version: "1.8.2"
133126
sky_engine:
134127
dependency: transitive
135128
description: flutter
@@ -141,7 +134,7 @@ packages:
141134
name: source_span
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.8.2"
137+
version: "1.9.0"
145138
stack_trace:
146139
dependency: transitive
147140
description:
@@ -162,28 +155,28 @@ packages:
162155
name: string_scanner
163156
url: "https://pub.dartlang.org"
164157
source: hosted
165-
version: "1.1.0"
158+
version: "1.1.1"
166159
term_glyph:
167160
dependency: transitive
168161
description:
169162
name: term_glyph
170163
url: "https://pub.dartlang.org"
171164
source: hosted
172-
version: "1.2.0"
165+
version: "1.2.1"
173166
test_api:
174167
dependency: transitive
175168
description:
176169
name: test_api
177170
url: "https://pub.dartlang.org"
178171
source: hosted
179-
version: "0.4.9"
172+
version: "0.4.12"
180173
typed_data:
181174
dependency: transitive
182175
description:
183176
name: typed_data
184177
url: "https://pub.dartlang.org"
185178
source: hosted
186-
version: "1.3.0"
179+
version: "1.3.1"
187180
vector_math:
188181
dependency: transitive
189182
description:
@@ -192,5 +185,5 @@ packages:
192185
source: hosted
193186
version: "2.1.2"
194187
sdks:
195-
dart: ">=2.17.0-0 <3.0.0"
188+
dart: ">=2.18.0 <3.0.0"
196189
flutter: ">=2.0.0"

0 commit comments

Comments
 (0)