flutter_background_service_android 6.2.2 copy "flutter_background_service_android: ^6.2.2" to clipboard
flutter_background_service_android: ^6.2.2 copied to clipboard

PlatformAndroid

A flutter plugin for executing dart code continously even application closed.

6.2.2 #

6.2.1 #

  • FIX: checks methodChanel's nullabilty inside MainHandler.post. (cd0d098f)
  • FIX: removes listener before turn methodChannel null. (7909b51c)

6.2.0 #

  • FEAT: throw an error if using FlutterBackgroundService class in worker isolate. (9a5732ce)

6.1.0 #

  • FEAT: throw an error if using FlutterBackgroundService class in worker isolate. (d09843f8)

6.0.1 #

  • FIX: service do not connect to dart side after destroy by xiaomi boost memory. (a04d3a75)

6.0.0 #

Note: This release has breaking changes.

  • REFACTOR: improve android performances. (13f73a86)
  • REFACTOR: remove unused methods. (ea79ceda)
  • REFACTOR: refactor java code. (d7db0c09)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve entrypoint with args. (5abacbe5)
  • PERF: using exact alarm for watchdog receiver. (6dba6670)
  • PERF: improve android background service. (e01a3fa2)
  • FIX: We still need to check service is running or not. (280a603e)
  • FIX: Issue created by #336. (6fedeed2)
  • FIX: added proguard for android plugin. (0d7ac8a6)
  • FIX: make final variable for backward compatibility of gradle. (d7087ba0)
  • FIX: using Runnable instead of lambda. (9cda867d)
  • FIX: wakelock not released. (e427f3b7)
  • FIX: autoStartOnBootMode #160. (16a785a3)
  • FIX: release wakelock. (c0830250)
  • FIX: errors. (13a6f841)
  • FEAT: added QUICKBOOT_POWERON action to intent-filter. (46f08173)
  • FEAT: revert to single process. (515dde6a)
  • FEAT: move android service to separated process. (bd2e6f07)
  • FEAT(android): expose notification id for foreground service. (47b7089c)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: migrate to plugin platform interface. (70e08ff0)
  • DOCS: update license. (0c17e5de)
  • DOCS: readme link. (1479b91c)
  • DOCS: update README. (fbf5e0ab)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: autoStartOnBoot now using it's own argument. (036669dc)
  • BREAKING FEAT: implement new concept. (c8ce9c0b)

5.0.0 #

Note: This release has breaking changes.

  • REFACTOR: improve android performances. (13f73a86)
  • REFACTOR: remove unused methods. (ea79ceda)
  • REFACTOR: refactor java code. (d7db0c09)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve entrypoint with args. (5abacbe5)
  • PERF: using exact alarm for watchdog receiver. (6dba6670)
  • PERF: improve android background service. (e01a3fa2)
  • FIX: We still need to check service is running or not. (280a603e)
  • FIX: Issue created by #336. (6fedeed2)
  • FIX: added proguard for android plugin. (0d7ac8a6)
  • FIX: make final variable for backward compatibility of gradle. (d7087ba0)
  • FIX: using Runnable instead of lambda. (9cda867d)
  • FIX: wakelock not released. (e427f3b7)
  • FIX: autoStartOnBootMode #160. (16a785a3)
  • FIX: release wakelock. (c0830250)
  • FIX: errors. (13a6f841)
  • FEAT: added QUICKBOOT_POWERON action to intent-filter. (46f08173)
  • FEAT: revert to single process. (515dde6a)
  • FEAT: move android service to separated process. (bd2e6f07)
  • FEAT(android): expose notification id for foreground service. (47b7089c)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: migrate to plugin platform interface. (70e08ff0)
  • DOCS: update license. (0c17e5de)
  • DOCS: readme link. (1479b91c)
  • DOCS: update README. (fbf5e0ab)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: autoStartOnBoot now using it's own argument. (036669dc)
  • BREAKING FEAT: implement new concept. (c8ce9c0b)

4.0.2 #

  • FIX: We still need to check service is running or not. (280a603e)
  • FIX: Issue created by #336. (6fedeed2)

4.0.1 #

  • REFACTOR: improve android performances. (13f73a86)

4.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: updated dependency constraints. (97ef7977)

3.0.3 #

  • FIX: Android crash when unbinding service

3.0.2 #

  • FIX: added proguard for android plugin. (0d7ac8a6)

3.0.1 #

  • FIX: Android crash when unbinding service

3.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: autoStartOnBoot now using it's own argument. (036669dc)

2.5.4 #

  • REFACTOR: remove unused methods. (ea79ceda)

2.5.3 #

  • PERF: improve entrypoint with args. (5abacbe5)

2.5.2 #

  • PERF: using exact alarm for watchdog receiver. (6dba6670)

2.5.1 #

  • FIX: Android crash when unbinding service

2.5.0 #

  • FEAT: added QUICKBOOT_POWERON action to intent-filter. (46f08173)

2.4.0 #

  • FEAT: revert to single process. (515dde6a)

2.3.4 #

  • REFACTOR: refactor java code. (d7db0c09)

2.3.3 #

  • FIX: make final variable for backward compatibility of gradle. (d7087ba0)

2.3.2 #

2.3.1 #

2.3.0 #

  • FEAT: move android service to separated process. (bd2e6f07)

2.2.2 #

  • Update a dependency to the latest release.

2.2.1 #

  • Update a dependency to the latest release.

2.2.0 #

  • FEAT: expose notification id for foreground service. (47b7089c)

2.1.1 #

  • PERF: improve android background service. (e01a3fa2)

2.1.0 #

  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)

2.0.3 #

  • FIX: wakelock not released. (e427f3b7)

2.0.2 #

  • FIX: autoStartOnBootMode #160. (16a785a3)

2.0.1 #

2.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.0-dev.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: implement new concept. (c8ce9c0b)

1.0.2 #

1.0.1 #

0.0.2 #

  • FEAT: migrate to plugin platform interface. (70e08ff0)

0.0.1+3 #

0.0.1+2 #

  • Update a dependency to the latest release.

0.0.1+1 #

  • REFACTOR: initialize melos.

0.2.6 #

  • FIX: (Android) flutter initialization

0.2.5 #

  • FIX: (iOS) using other plugins

0.2.4 #

  • FIX: (Android) run service background when charger not connected and screen lock (#92)

0.2.3 #

  • ADDED: Using BGTaskScheduler on iOS 13. See readme for configuration.

0.2.2 #

  • ADDED: autoStart to IosConfiguration

0.2.1 #

  • UPDATE README
  • UPDATE: Flutter Version Constraint

0.2.0+1 #

  • UPDATE README

0.2.0 #

  • [BREAKING]: FlutterBackgroundService.initialize renamed to FlutterBackgroundService.configure
  • [BREAKING]: use FlutterBackgroundService.start to start or restart after you call stopService.
  • [ADDED]: IOS Background fetch is now supported you have to enable background fetch from xcode.

0.1.7 #

  • Fix : cannot start service on android 12
  • Fix : not started on boot completed

0.1.6 #

  • Android 12 Compatibility Changes

0.1.5 #

  • Rollback foreground notification importance

0.1.4 #

  • fixes UnsatisfiedLinkError when running as foreground service with autostart #32

0.1.3 #

  • Fix notification not showing on android 7 and prior (Issue #26)

0.1.2 #

  • Open app from notification (Issue #30)

0.1.1 #

  • Fix #29 (DartVM not terminated when service stop)

0.1.0 #

  • Bump flutter 2

0.1.0-nullsafety.2 #

  • Fix #23

0.1.0-nullsafety.1 #

  • Added isServiceRunning on iOS (issue #19)

0.1.0-nullsafety.0 #

  • Added support to nullsafety

0.0.1+18 #

  • Added stopService Method(Currently Works on Android Only).

0.0.1+17 #

  • Add preference autoStart on Boot, default is true.

0.0.1+16 #

  • Set Foreground Mode to false will remove notification. BugFix #4.

0.0.1+15 #

  • Add ability to change Background or Foreground mode (Android Only)

0.0.1+14 #

  • Bugfix BootReceiver

0.0.1+13 #

  • Update example for iOS support.

0.0.1+12 #

  • Start service immediately after initialize

0.0.1+11 #

  • iOS

0.0.1+10 #

  • bug fix

0.0.1+9 #

  • bug fix

0.0.1+8 #

  • bug fix

0.0.1+7 #

  • Add ability to send data from UI to Service

0.0.1+6 #

  • Improve stability

0.0.1+5 #

  • Add ability to send data from service to UI

0.0.1+4 #

  • Update README

0.0.1+3 #

  • Add ability to change notification info (Android foreground service)

0.0.1+2 #

  • Fix android missing plugin implementation

0.0.1+1 #

  • Fix android build

0.0.1 #

  • TODO: Describe initial release.