flutter_workmanager
flutter_workmanager copied to clipboard
A Flutter plugin which allows you to execute code in the background on Android and iOS.
Hi, I use `Workmanager` to run a background independent isolate. The setup is like this: ```dart /// Entry point to background isolate @pragma('vm:entry-point') void callbackDispatcher() { Workmanager().executeTask(backgroundMain); } /// Starts...
## MacOs Platform Support hello team, hope you're doing great. can you try to add MacOs Support, i feel its allmost similar to iOs support with small change? thanks.
While using Android Studio, if you run the application when clicking the Run button (green arrow on top) it will compile, install and run the application and everything works, but...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [X] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...
I have two registered tasks. Frequency of the first is 15 mins and the second's - 1 hour. Both of them are manipulating the same shared preferences key (read/write), so...
geolocation does not work in workmanger 
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have ran...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [x] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [ ] I have...
This is strange, i just download the sample app and none of these methods are working: isScheduledByUniqueName registerProcessingTask printScheduledTasks Is the example outdated perhaps?