Skip to content

Commit 387d306

Browse files
kamilkomnackiKamil Komnacki
and
Kamil Komnacki
authored
Update a URL to the video of general introduction to background processing on iOS system. (#577)
Co-authored-by: Kamil Komnacki <[email protected]>
1 parent 4ce0651 commit 387d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Flutter WorkManager is a wrapper around [Android's WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager), [iOS' performFetchWithCompletionHandler](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623125-application) and [iOS BGAppRefreshTask](https://developer.apple.com/documentation/backgroundtasks/bgapprefreshtask), effectively enabling headless execution of Dart code in the background.
88

9-
For iOS users, please watch this video on a general introduction to background processing: https://developer.apple.com/videos/play/wwdc2020/10063. All of the constraints discussed in the video also apply to this plugin.
9+
For iOS users, please watch this video on a general introduction to background processing: https://developer.apple.com/videos/play/wwdc2019/707. All of the constraints discussed in the video also apply to this plugin.
1010

1111
This is especially useful to run periodic tasks, such as fetching remote data on a regular basis.
1212

0 commit comments

Comments
 (0)