flutter_workmanager
flutter_workmanager copied to clipboard
A Flutter plugin which allows you to execute code in the background on Android and iOS.
- [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...
1. updated name in pubspec.yaml file 2. updated package code to use Flutters v2 embedding
fix: Resolve unresolved reference errors in Workmanager plugin This PR fixes compilation errors in the workmanager package that caused unresolved references to shim, ShimPluginRegistry, PluginRegistrantCallback, and Registrar in BackgroundWorker.kt and...
I see that the latest commits on main show a number of the checks failing. Does the main branch actually fully function for ios and android? Or are those checks...
Hi, I'm writing you to ask you an information about the workmanager library. So far I'm using the library to execute a task but I'm planning to add another task....
`import UIKit import Flutter import workmanager import flutter_background_service_ios @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { SwiftFlutterBackgroundServicePlugin.taskIdentifier = "your.custom.task.identifier"...
- [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...
Hello, Flutter is migrating to [Swift Package Manager][]. Please [add Swift Package Manager support][] to your plugin. Flutter will eventually deprecate and then remove support for CocoaPods. Adding Swift Package...