Skip to content

Commit 2036f08

Browse files
committed
Upgrade workmanager from 0.6 to 0.8
Changelog : https://pub.dev/packages/workmanager/changelog#080 We don't use any feature subjected to a breaking change so the upgrade only required testing.
1 parent 5fab22e commit 2036f08

2 files changed

Lines changed: 27 additions & 3 deletions

File tree

pubspec.lock

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,10 +1455,34 @@ packages:
14551455
dependency: "direct main"
14561456
description:
14571457
name: workmanager
1458-
sha256: f3c3ce6d79cce53eee4a29dd2e8328c25db5ba5d9062fcc5e8f3c71e0af9b7e4
1458+
sha256: dffcbbfd99af17271ca52d8a3767ba8a1000b357f2774db8ed5d58879cb9783a
14591459
url: "https://pub.dev"
14601460
source: hosted
1461-
version: "0.6.0"
1461+
version: "0.8.0"
1462+
workmanager_android:
1463+
dependency: transitive
1464+
description:
1465+
name: workmanager_android
1466+
sha256: a6447816c41aa0ad8f6fa29b62d09a528891cf0737296397e1caae2523ced7dc
1467+
url: "https://pub.dev"
1468+
source: hosted
1469+
version: "0.8.0"
1470+
workmanager_apple:
1471+
dependency: transitive
1472+
description:
1473+
name: workmanager_apple
1474+
sha256: "9c99003682a8423bdc122ff4bae891e24574d1e676ea302d2ef0493266228461"
1475+
url: "https://pub.dev"
1476+
source: hosted
1477+
version: "0.8.0"
1478+
workmanager_platform_interface:
1479+
dependency: transitive
1480+
description:
1481+
name: workmanager_platform_interface
1482+
sha256: b1f0a868f1117511a23b0eb4220f08134152433b51a83eed479b1d68bbe23789
1483+
url: "https://pub.dev"
1484+
source: hosted
1485+
version: "0.8.0"
14621486
xdg_directories:
14631487
dependency: transitive
14641488
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies:
5151
device_info_plus: ^11.5.0 # Get device info (version
5252
flutter_local_notifications: ^19.1.0 # Throws notifications on download or upload
5353
open_filex: ^4.4.0 # Open files with devices apps
54-
workmanager: ^0.6.0 # Background processes (auto upload)
54+
workmanager: ^0.8.0 # Background processes (auto upload)
5555
gal: ^2.3.1 # Download images
5656

5757
# Utils

0 commit comments

Comments
 (0)