Skip to content

Commit c5c2e6e

Browse files
committedJun 26, 2020
Run flutter pub upgrade
1 parent 75bff7c commit c5c2e6e

File tree

2 files changed

+79
-87
lines changed

2 files changed

+79
-87
lines changed
 

‎ios/Runner.xcodeproj/project.pbxproj

+1-16
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
12-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
13-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1412
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
15-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
16-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1713
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
1814
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1915
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -27,8 +23,6 @@
2723
dstPath = "";
2824
dstSubfolderSpec = 10;
2925
files = (
30-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
31-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
3226
);
3327
name = "Embed Frameworks";
3428
runOnlyForDeploymentPostprocessing = 0;
@@ -39,13 +33,11 @@
3933
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4034
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4135
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
42-
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4336
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4437
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4538
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4639
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4740
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
48-
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
4941
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5042
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5143
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -58,8 +50,6 @@
5850
isa = PBXFrameworksBuildPhase;
5951
buildActionMask = 2147483647;
6052
files = (
61-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
62-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
6353
);
6454
runOnlyForDeploymentPostprocessing = 0;
6555
};
@@ -69,9 +59,7 @@
6959
9740EEB11CF90186004384FC /* Flutter */ = {
7060
isa = PBXGroup;
7161
children = (
72-
3B80C3931E831B6300D905FE /* App.framework */,
7362
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
74-
9740EEBA1CF902C7004384FC /* Flutter.framework */,
7563
9740EEB21CF90195004384FC /* Debug.xcconfig */,
7664
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
7765
9740EEB31CF90195004384FC /* Generated.xcconfig */,
@@ -203,7 +191,7 @@
203191
);
204192
runOnlyForDeploymentPostprocessing = 0;
205193
shellPath = /bin/sh;
206-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
194+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
207195
};
208196
9740EEB61CF901F6004384FC /* Run Script */ = {
209197
isa = PBXShellScriptBuildPhase;
@@ -255,7 +243,6 @@
255243
/* Begin XCBuildConfiguration section */
256244
249021D3217E4FDB00AE95B9 /* Profile */ = {
257245
isa = XCBuildConfiguration;
258-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
259246
buildSettings = {
260247
ALWAYS_SEARCH_USER_PATHS = NO;
261248
CLANG_ANALYZER_NONNULL = YES;
@@ -331,7 +318,6 @@
331318
};
332319
97C147031CF9000F007C117D /* Debug */ = {
333320
isa = XCBuildConfiguration;
334-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
335321
buildSettings = {
336322
ALWAYS_SEARCH_USER_PATHS = NO;
337323
CLANG_ANALYZER_NONNULL = YES;
@@ -387,7 +373,6 @@
387373
};
388374
97C147041CF9000F007C117D /* Release */ = {
389375
isa = XCBuildConfiguration;
390-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
391376
buildSettings = {
392377
ALWAYS_SEARCH_USER_PATHS = NO;
393378
CLANG_ANALYZER_NONNULL = YES;

‎pubspec.lock

+78-71
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,132 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
_fe_analyzer_shared:
5+
dependency: transitive
6+
description:
7+
name: _fe_analyzer_shared
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "4.0.0"
411
analyzer:
512
dependency: transitive
613
description:
714
name: analyzer
815
url: "https://pub.dartlang.org"
916
source: hosted
10-
version: "0.38.2"
17+
version: "0.39.10"
1118
args:
1219
dependency: transitive
1320
description:
1421
name: args
1522
url: "https://pub.dartlang.org"
1623
source: hosted
17-
version: "1.5.2"
24+
version: "1.6.0"
1825
async:
1926
dependency: transitive
2027
description:
2128
name: async
2229
url: "https://pub.dartlang.org"
2330
source: hosted
24-
version: "2.3.0"
31+
version: "2.4.1"
2532
boolean_selector:
2633
dependency: transitive
2734
description:
2835
name: boolean_selector
2936
url: "https://pub.dartlang.org"
3037
source: hosted
31-
version: "1.0.5"
38+
version: "2.0.0"
3239
build:
3340
dependency: transitive
3441
description:
3542
name: build
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.1.6"
45+
version: "1.3.0"
3946
build_config:
4047
dependency: transitive
4148
description:
4249
name: build_config
4350
url: "https://pub.dartlang.org"
4451
source: hosted
45-
version: "0.4.1+1"
52+
version: "0.4.2"
4653
build_daemon:
4754
dependency: transitive
4855
description:
4956
name: build_daemon
5057
url: "https://pub.dartlang.org"
5158
source: hosted
52-
version: "2.1.0"
59+
version: "2.1.4"
5360
build_resolvers:
5461
dependency: transitive
5562
description:
5663
name: build_resolvers
5764
url: "https://pub.dartlang.org"
5865
source: hosted
59-
version: "1.0.7"
66+
version: "1.3.9"
6067
build_runner:
6168
dependency: "direct dev"
6269
description:
6370
name: build_runner
6471
url: "https://pub.dartlang.org"
6572
source: hosted
66-
version: "1.7.0"
73+
version: "1.10.0"
6774
build_runner_core:
6875
dependency: transitive
6976
description:
7077
name: build_runner_core
7178
url: "https://pub.dartlang.org"
7279
source: hosted
73-
version: "4.0.0"
80+
version: "5.2.0"
7481
built_collection:
7582
dependency: transitive
7683
description:
7784
name: built_collection
7885
url: "https://pub.dartlang.org"
7986
source: hosted
80-
version: "4.2.2"
87+
version: "4.3.2"
8188
built_value:
8289
dependency: transitive
8390
description:
8491
name: built_value
8592
url: "https://pub.dartlang.org"
8693
source: hosted
87-
version: "6.7.1"
94+
version: "7.1.0"
8895
charcode:
8996
dependency: transitive
9097
description:
9198
name: charcode
9299
url: "https://pub.dartlang.org"
93100
source: hosted
94-
version: "1.1.2"
101+
version: "1.1.3"
95102
checked_yaml:
96103
dependency: transitive
97104
description:
98105
name: checked_yaml
99106
url: "https://pub.dartlang.org"
100107
source: hosted
101108
version: "1.0.2"
109+
clock:
110+
dependency: transitive
111+
description:
112+
name: clock
113+
url: "https://pub.dartlang.org"
114+
source: hosted
115+
version: "1.0.1"
102116
code_builder:
103117
dependency: transitive
104118
description:
105119
name: code_builder
106120
url: "https://pub.dartlang.org"
107121
source: hosted
108-
version: "3.2.0"
122+
version: "3.3.0"
109123
collection:
110124
dependency: transitive
111125
description:
112126
name: collection
113127
url: "https://pub.dartlang.org"
114128
source: hosted
115-
version: "1.14.11"
129+
version: "1.14.12"
116130
convert:
117131
dependency: transitive
118132
description:
@@ -126,7 +140,7 @@ packages:
126140
name: crypto
127141
url: "https://pub.dartlang.org"
128142
source: hosted
129-
version: "2.1.3"
143+
version: "2.1.5"
130144
csslib:
131145
dependency: transitive
132146
description:
@@ -140,21 +154,28 @@ packages:
140154
name: cupertino_icons
141155
url: "https://pub.dartlang.org"
142156
source: hosted
143-
version: "0.1.2"
157+
version: "0.1.3"
144158
dart_style:
145159
dependency: transitive
146160
description:
147161
name: dart_style
148162
url: "https://pub.dartlang.org"
149163
source: hosted
150-
version: "1.2.10"
164+
version: "1.3.6"
165+
fake_async:
166+
dependency: transitive
167+
description:
168+
name: fake_async
169+
url: "https://pub.dartlang.org"
170+
source: hosted
171+
version: "1.1.0"
151172
fixnum:
152173
dependency: transitive
153174
description:
154175
name: fixnum
155176
url: "https://pub.dartlang.org"
156177
source: hosted
157-
version: "0.10.9"
178+
version: "0.10.11"
158179
flutter:
159180
dependency: "direct main"
160181
description: flutter
@@ -166,26 +187,19 @@ packages:
166187
name: flutter_rating_bar
167188
url: "https://pub.dartlang.org"
168189
source: hosted
169-
version: "3.0.0"
190+
version: "3.0.1+1"
170191
flutter_test:
171192
dependency: "direct dev"
172193
description: flutter
173194
source: sdk
174195
version: "0.0.0"
175-
front_end:
176-
dependency: transitive
177-
description:
178-
name: front_end
179-
url: "https://pub.dartlang.org"
180-
source: hosted
181-
version: "0.1.24"
182196
glob:
183197
dependency: transitive
184198
description:
185199
name: glob
186200
url: "https://pub.dartlang.org"
187201
source: hosted
188-
version: "1.1.7"
202+
version: "1.2.0"
189203
graphs:
190204
dependency: transitive
191205
description:
@@ -199,119 +213,112 @@ packages:
199213
name: html
200214
url: "https://pub.dartlang.org"
201215
source: hosted
202-
version: "0.14.0+2"
203-
http:
204-
dependency: transitive
205-
description:
206-
name: http
207-
url: "https://pub.dartlang.org"
208-
source: hosted
209-
version: "0.12.0+2"
216+
version: "0.14.0+3"
210217
http_multi_server:
211218
dependency: transitive
212219
description:
213220
name: http_multi_server
214221
url: "https://pub.dartlang.org"
215222
source: hosted
216-
version: "2.1.0"
223+
version: "2.2.0"
217224
http_parser:
218225
dependency: transitive
219226
description:
220227
name: http_parser
221228
url: "https://pub.dartlang.org"
222229
source: hosted
223-
version: "3.1.3"
230+
version: "3.1.4"
224231
io:
225232
dependency: transitive
226233
description:
227234
name: io
228235
url: "https://pub.dartlang.org"
229236
source: hosted
230-
version: "0.3.3"
237+
version: "0.3.4"
231238
js:
232239
dependency: transitive
233240
description:
234241
name: js
235242
url: "https://pub.dartlang.org"
236243
source: hosted
237-
version: "0.6.1+1"
244+
version: "0.6.2"
238245
json_annotation:
239246
dependency: transitive
240247
description:
241248
name: json_annotation
242249
url: "https://pub.dartlang.org"
243250
source: hosted
244-
version: "3.0.0"
251+
version: "3.0.1"
245252
json_serializable:
246253
dependency: "direct main"
247254
description:
248255
name: json_serializable
249256
url: "https://pub.dartlang.org"
250257
source: hosted
251-
version: "3.2.2"
252-
kernel:
253-
dependency: transitive
254-
description:
255-
name: kernel
256-
url: "https://pub.dartlang.org"
257-
source: hosted
258-
version: "0.3.24"
258+
version: "3.3.0"
259259
logging:
260260
dependency: transitive
261261
description:
262262
name: logging
263263
url: "https://pub.dartlang.org"
264264
source: hosted
265-
version: "0.11.3+2"
265+
version: "0.11.4"
266266
matcher:
267267
dependency: transitive
268268
description:
269269
name: matcher
270270
url: "https://pub.dartlang.org"
271271
source: hosted
272-
version: "0.12.5"
272+
version: "0.12.6"
273273
meta:
274274
dependency: transitive
275275
description:
276276
name: meta
277277
url: "https://pub.dartlang.org"
278278
source: hosted
279-
version: "1.1.7"
279+
version: "1.1.8"
280280
mime:
281281
dependency: transitive
282282
description:
283283
name: mime
284284
url: "https://pub.dartlang.org"
285285
source: hosted
286286
version: "0.9.6+3"
287-
package_config:
287+
node_interop:
288288
dependency: transitive
289289
description:
290-
name: package_config
290+
name: node_interop
291291
url: "https://pub.dartlang.org"
292292
source: hosted
293-
version: "1.1.0"
294-
package_resolver:
293+
version: "1.1.1"
294+
node_io:
295295
dependency: transitive
296296
description:
297-
name: package_resolver
297+
name: node_io
298298
url: "https://pub.dartlang.org"
299299
source: hosted
300-
version: "1.0.10"
300+
version: "1.1.1"
301+
package_config:
302+
dependency: transitive
303+
description:
304+
name: package_config
305+
url: "https://pub.dartlang.org"
306+
source: hosted
307+
version: "1.9.3"
301308
path:
302309
dependency: transitive
303310
description:
304311
name: path
305312
url: "https://pub.dartlang.org"
306313
source: hosted
307-
version: "1.6.4"
314+
version: "1.7.0"
308315
pedantic:
309316
dependency: transitive
310317
description:
311318
name: pedantic
312319
url: "https://pub.dartlang.org"
313320
source: hosted
314-
version: "1.8.0+1"
321+
version: "1.9.0"
315322
pool:
316323
dependency: transitive
317324
description:
@@ -325,7 +332,7 @@ packages:
325332
name: pub_semver
326333
url: "https://pub.dartlang.org"
327334
source: hosted
328-
version: "1.4.2"
335+
version: "1.4.4"
329336
pubspec_parse:
330337
dependency: transitive
331338
description:
@@ -339,14 +346,14 @@ packages:
339346
name: quiver
340347
url: "https://pub.dartlang.org"
341348
source: hosted
342-
version: "2.0.5"
349+
version: "2.1.3"
343350
shelf:
344351
dependency: transitive
345352
description:
346353
name: shelf
347354
url: "https://pub.dartlang.org"
348355
source: hosted
349-
version: "0.7.5"
356+
version: "0.7.7"
350357
shelf_web_socket:
351358
dependency: transitive
352359
description:
@@ -365,14 +372,14 @@ packages:
365372
name: source_gen
366373
url: "https://pub.dartlang.org"
367374
source: hosted
368-
version: "0.9.4+4"
375+
version: "0.9.5"
369376
source_span:
370377
dependency: transitive
371378
description:
372379
name: source_span
373380
url: "https://pub.dartlang.org"
374381
source: hosted
375-
version: "1.5.5"
382+
version: "1.7.0"
376383
stack_trace:
377384
dependency: transitive
378385
description:
@@ -393,7 +400,7 @@ packages:
393400
name: stream_transform
394401
url: "https://pub.dartlang.org"
395402
source: hosted
396-
version: "0.0.19"
403+
version: "1.2.0"
397404
string_scanner:
398405
dependency: transitive
399406
description:
@@ -414,7 +421,7 @@ packages:
414421
name: test_api
415422
url: "https://pub.dartlang.org"
416423
source: hosted
417-
version: "0.2.5"
424+
version: "0.2.15"
418425
timing:
419426
dependency: transitive
420427
description:
@@ -442,20 +449,20 @@ packages:
442449
name: watcher
443450
url: "https://pub.dartlang.org"
444451
source: hosted
445-
version: "0.9.7+12"
452+
version: "0.9.7+15"
446453
web_socket_channel:
447454
dependency: transitive
448455
description:
449456
name: web_socket_channel
450457
url: "https://pub.dartlang.org"
451458
source: hosted
452-
version: "1.0.15"
459+
version: "1.1.0"
453460
yaml:
454461
dependency: transitive
455462
description:
456463
name: yaml
457464
url: "https://pub.dartlang.org"
458465
source: hosted
459-
version: "2.1.16"
466+
version: "2.2.1"
460467
sdks:
461-
dart: ">=2.5.0 <3.0.0"
468+
dart: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.