flutter_background_service
flutter_background_service copied to clipboard
Can i add periodical call in background for ios and android
hello, I have to save location data every 1 minute even if the app is killed can we do that using your plugin
you can do it in android as far system doesn't kill your app. In ios, we use background fetch that not possible to execute any task faster than 15 minutes once.
thank you @ekasetiawans
- still can't call my dart code in the background when the app is in kill mode
You can't call any code if your app is killed.
really, can you suggest to me any plugin thank you🙏🏻