Skip to content

Commit 1affb3c

Browse files
committed
Upgrade pub dev
1 parent ef66c34 commit 1affb3c

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

pubspec.lock

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.8.1"
24+
version: "2.8.2"
2525
back_button_interceptor:
2626
dependency: "direct main"
2727
description:
@@ -49,7 +49,7 @@ packages:
4949
name: characters
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0"
52+
version: "1.2.0"
5353
charcode:
5454
dependency: transitive
5555
description:
@@ -141,7 +141,7 @@ packages:
141141
name: image
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "3.0.8"
144+
version: "3.1.0"
145145
js:
146146
dependency: transitive
147147
description:
@@ -155,7 +155,7 @@ packages:
155155
name: matcher
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.12.10"
158+
version: "0.12.11"
159159
meta:
160160
dependency: transitive
161161
description:
@@ -183,7 +183,7 @@ packages:
183183
name: path_provider_linux
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "2.1.2"
186+
version: "2.1.4"
187187
path_provider_platform_interface:
188188
dependency: transitive
189189
description:
@@ -211,7 +211,7 @@ packages:
211211
name: platform
212212
url: "https://pub.dartlang.org"
213213
source: hosted
214-
version: "3.0.2"
214+
version: "3.1.0"
215215
plugin_platform_interface:
216216
dependency: transitive
217217
description:
@@ -253,14 +253,14 @@ packages:
253253
name: shared_preferences
254254
url: "https://pub.dartlang.org"
255255
source: hosted
256-
version: "2.0.9"
256+
version: "2.0.11"
257257
shared_preferences_android:
258258
dependency: transitive
259259
description:
260260
name: shared_preferences_android
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "2.0.8"
263+
version: "2.0.9"
264264
shared_preferences_ios:
265265
dependency: transitive
266266
description:
@@ -349,7 +349,7 @@ packages:
349349
name: test_api
350350
url: "https://pub.dartlang.org"
351351
source: hosted
352-
version: "0.4.2"
352+
version: "0.4.3"
353353
typed_data:
354354
dependency: transitive
355355
description:
@@ -363,7 +363,21 @@ packages:
363363
name: url_launcher
364364
url: "https://pub.dartlang.org"
365365
source: hosted
366-
version: "6.0.15"
366+
version: "6.0.17"
367+
url_launcher_android:
368+
dependency: transitive
369+
description:
370+
name: url_launcher_android
371+
url: "https://pub.dartlang.org"
372+
source: hosted
373+
version: "6.0.13"
374+
url_launcher_ios:
375+
dependency: transitive
376+
description:
377+
name: url_launcher_ios
378+
url: "https://pub.dartlang.org"
379+
source: hosted
380+
version: "6.0.13"
367381
url_launcher_linux:
368382
dependency: transitive
369383
description:
@@ -391,7 +405,7 @@ packages:
391405
name: url_launcher_web
392406
url: "https://pub.dartlang.org"
393407
source: hosted
394-
version: "2.0.4"
408+
version: "2.0.5"
395409
url_launcher_windows:
396410
dependency: transitive
397411
description:
@@ -405,14 +419,14 @@ packages:
405419
name: vector_math
406420
url: "https://pub.dartlang.org"
407421
source: hosted
408-
version: "2.1.0"
422+
version: "2.1.1"
409423
win32:
410424
dependency: transitive
411425
description:
412426
name: win32
413427
url: "https://pub.dartlang.org"
414428
source: hosted
415-
version: "2.3.0"
429+
version: "2.3.1"
416430
xdg_directories:
417431
dependency: transitive
418432
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.1.5+1
18+
version: 1.1.6+1
1919

2020
environment:
2121
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)