Skip to content

Commit 26b8933

Browse files
committed
deps: Upgrade packages to latest, namely package_info_plus
This is the result of `flutter pub upgrade --major-versions`. (Plus `flutter build ios --config-only` and `flutter build macos --config-only`, but those had no effect.) Changelog: https://pub.dev/packages/package_info_plus/changelog Nothing there that affects us.
1 parent 0dbc0c0 commit 26b8933

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,10 @@ packages:
752752
dependency: "direct main"
753753
description:
754754
name: package_info_plus
755-
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
755+
sha256: "88bc797f44a94814f2213db1c9bd5badebafdfb8290ca9f78d4b9ee2a3db4d79"
756756
url: "https://pub.dev"
757757
source: hosted
758-
version: "4.2.0"
758+
version: "5.0.1"
759759
package_info_plus_platform_interface:
760760
dependency: transitive
761761
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
sqlite3_flutter_libs: ^0.5.13
5656
app_settings: ^5.0.0
5757
image_picker: ^1.0.0
58-
package_info_plus: ^4.0.1
58+
package_info_plus: ^5.0.1
5959
collection: ^1.17.2
6060
url_launcher: ^6.1.11
6161
url_launcher_android: ">=6.1.0"

0 commit comments

Comments
 (0)