background_fetch 0.2.0 background_fetch: ^0.2.0 copied to clipboard
Periodic callbacks in the background for both iOS and Android. Includes Android Headless implementation.
0.2.0 - 2019-03-15 #
- Use AndroidX.
0.1.2 - 2019-02-28 #
- Fixed bug with setting
jobServiceClass
using a reference toHeadlessJobService.class
. This crashes devices < api 21, since Android'sJobService
wasn't available until then. Simply provide the class name as aString
.
0.1.1 - 2018-11-21 #
- Fixed issue with Android headless config.
0.1.0 #
- First working implementation
0.0.1 #
- First working implementation