Skip to content

Commit 5490aff

Browse files
committed
deps: Upgrade packages to latest
Done with `flutter pub upgrade --major-versions`. This updates two constraints in our pubspec.yaml: https://pub.dev/packages/device_info_plus/changelog https://pub.dev/packages/share_plus/changelog The breaking changes that caused the major-version bumps are the same in both packages, and only mean dropping support for old versions of iOS, Android, and the Android Gradle Plugin. These don't affect us.
1 parent b0fcd92 commit 5490aff

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

pubspec.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ packages:
245245
dependency: "direct main"
246246
description:
247247
name: device_info_plus
248-
sha256: f52ab3b76b36ede4d135aab80194df8925b553686f0fa12226b4e2d658e45903
248+
sha256: "9b1a0c32b2a503f8fe9f8764fac7b5fcd4f6bd35d8f49de5350bccf9e2a33b8a"
249249
url: "https://pub.dev"
250250
source: hosted
251-
version: "8.2.2"
251+
version: "9.0.0"
252252
device_info_plus_platform_interface:
253253
dependency: transitive
254254
description:
@@ -301,10 +301,10 @@ packages:
301301
dependency: "direct main"
302302
description:
303303
name: file_picker
304-
sha256: b85eb92b175767fdaa0c543bf3b0d1f610fe966412ea72845fe5ba7801e763ff
304+
sha256: c7a8e25ca60e7f331b153b0cb3d405828f18d3e72a6fa1d9440c86556fffc877
305305
url: "https://pub.dev"
306306
source: hosted
307-
version: "5.2.10"
307+
version: "5.3.0"
308308
fixnum:
309309
dependency: transitive
310310
description:
@@ -660,10 +660,10 @@ packages:
660660
dependency: "direct main"
661661
description:
662662
name: share_plus
663-
sha256: b1f15232d41e9701ab2f04181f21610c36c83a12ae426b79b4bd011c567934b1
663+
sha256: "322a1ec9d9fe07e2e2252c098ce93d12dbd06133cc4c00ffe6a4ef505c295c17"
664664
url: "https://pub.dev"
665665
source: hosted
666-
version: "6.3.4"
666+
version: "7.0.0"
667667
share_plus_platform_interface:
668668
dependency: transitive
669669
description:
@@ -937,10 +937,18 @@ packages:
937937
dependency: transitive
938938
description:
939939
name: win32
940-
sha256: a6f0236dbda0f63aa9a25ad1ff9a9d8a4eaaa5012da0dc59d21afdb1dc361ca4
940+
sha256: "5a751eddf9db89b3e5f9d50c20ab8612296e4e8db69009788d6c8b060a84191c"
941+
url: "https://pub.dev"
942+
source: hosted
943+
version: "4.1.4"
944+
win32_registry:
945+
dependency: transitive
946+
description:
947+
name: win32_registry
948+
sha256: "1c52f994bdccb77103a6231ad4ea331a244dbcef5d1f37d8462f713143b0bfae"
941949
url: "https://pub.dev"
942950
source: hosted
943-
version: "3.1.4"
951+
version: "1.1.0"
944952
xdg_directories:
945953
dependency: transitive
946954
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies:
4545
http: ^0.13.5
4646
html: ^0.15.1
4747
intl: ^0.18.0
48-
share_plus: ^6.3.1
49-
device_info_plus: ^8.1.0
48+
share_plus: ^7.0.0
49+
device_info_plus: ^9.0.0
5050
file_picker: ^5.2.7
5151
drift: ^2.5.0
5252
path_provider: ^2.0.13

0 commit comments

Comments
 (0)