flutter_background_fetch icon indicating copy to clipboard operation
flutter_background_fetch copied to clipboard

Periodic callbacks in the background for both IOS and Android. Includes Android Headless mechanism

Results 45 flutter_background_fetch issues
Sort by recently updated
recently updated
newest added

Hey, sup? My usecase here, I want to send an http request right after the app is terminated. Is it possible to be done through `background_fetch` library ?

**Your Environment** * Plugin version: ^4.3.3 * Platform: Android * flutter 2.10.0 * Device manufacturer / model: SAMSUMG A70 * Plugin config ``` void backgroundFetchHeadlessTask(HeadlessTask task) async { var taskId...

**Your Environment** * Plugin version: 1.1.0 * Platform: iOS * Device manufacturer / model: iPhone 11 * Flutter info (`flutter info`, `flutter doctor`): * Plugin config: background_fetch **To Reproduce** Steps...

**Your Environment** * Plugin version: background_fetch: ^1.0.3 * Platform: Android * OS version: Oreo * Device manufacturer / model: Moto G5 plus * Flutter info : (2.5.3) I have added...

stale

`var tasks=await BackgroundFetch.tasks();`

stale

**Your Environment** * Plugin version: background_fetch: ^1.1.0 * Platform: Android * OS version: Android 12 * Device manufacturer / model: PIXEL 3A XL / sdk_gphone64_arm64 * Flutter info (`flutter info`,...

* Plugin version: 1.0.3 * Platform: Android * OS version: 10 * Device manufacturer / model: Redmi 9A * Flutter info (`Flutter 2.5.2 • channel stable • https://github.com/flutter/flutter.git Framework •...

**Your Environment** * Plugin version: 1.0.1 * Platform: Android * OS version: 7,9,10 * Device manufacturer / model: multipple * Flutter info (`flutter info`, `flutter doctor`): Doctor summary (to see...

`flutter_background_fetch` is now triggering deprecation warnings when an app is built with the latest stable Flutter release (v2.10.2) It will be great if users of this package can be allowed...

Hello, W.r.t to issue #227 . Here is a PR that implements the suggested changes. ** Improved the function type specification of BackgroundFetch.regist…erHeadlessTask from "BackgroundFetch.registerHeadlessTask(Function callback)" to "BackgroundFetch.registerHeadlessTask(Function(HeadlessTask) callback)" **...