File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Add to your `pubspec.yaml`:
5959
6060``` yaml
6161dependencies :
62- native_workmanager : ^1.0.1
62+ native_workmanager : ^1.0.3
6363` ` `
6464
6565Run:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Or manually:
3434
3535``` yaml
3636dependencies :
37- native_workmanager : ^1.0.0
37+ native_workmanager : ^1.0.3
3838` ` `
3939
4040Then run:
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ dependencies:
126126**After:**
127127` ` ` yaml
128128dependencies :
129- native_workmanager : ^1.0.0
129+ native_workmanager : ^1.0.3
130130` ` `
131131
132132**Then run:**
@@ -839,7 +839,7 @@ Use this checklist to track your migration progress:
839839``` yaml
840840dependencies :
841841 workmanager : ^0.5.0
842- native_workmanager : ^1.0.0
842+ native_workmanager : ^1.0.3
843843` ` `
844844
845845Migrate tasks one at a time, then remove workmanager when done.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This guide shows how to use Dio with native_workmanager for background HTTP task
2121
2222``` yaml
2323dependencies :
24- native_workmanager : ^1.0.0
24+ native_workmanager : ^1.0.3
2525 dio : ^5.4.0
2626` ` `
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This guide shows how to integrate Firebase with native_workmanager for backgroun
2121
2222``` yaml
2323dependencies :
24- native_workmanager : ^1.0.0
24+ native_workmanager : ^1.0.3
2525 firebase_core : ^2.24.0
2626 firebase_analytics : ^10.7.0
2727 firebase_crashlytics : ^3.4.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This guide shows how to use Hive with native_workmanager for background data syn
2121
2222``` yaml
2323dependencies :
24- native_workmanager : ^1.0.0
24+ native_workmanager : ^1.0.3
2525 hive : ^2.2.3
2626 hive_flutter : ^1.1.0
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This guide shows how to integrate Sentry with native_workmanager for background
2121
2222``` yaml
2323dependencies :
24- native_workmanager : ^1.0.0
24+ native_workmanager : ^1.0.3
2525 sentry_flutter : ^7.14.0
2626` ` `
2727
You can’t perform that action at this time.
0 commit comments