Skip to content

Latest commit

 

History

History
1818 lines (1036 loc) · 85.4 KB

CHANGELOG.md

File metadata and controls

1818 lines (1036 loc) · 85.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-08-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.10

flutter_background_service_android - v6.2.7

  • BUG: service crash due to START_STICKY. (a000a6ba)

2024-08-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.9
  • flutter_background_service_android - v6.2.6
  • flutter_background_service_ios - v5.0.3

flutter_background_service_platform_interface - v5.1.2

2024-08-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v5.0.8

flutter_background_service_android - v6.2.5

2024-08-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service_ios - v5.0.2

flutter_background_service - v5.0.7

  • FIX: fix crash on android 14 after starting foreground service. (4bdc46d9)

flutter_background_service_android - v6.2.4

  • FIX: fix crash on android 14 after starting foreground service. (4bdc46d9)

flutter_background_service_platform_interface - v5.1.1

  • FIX: fix crash on android 14 after starting foreground service. (4bdc46d9)

2024-06-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.6
  • flutter_background_service_android - v6.2.3
  • flutter_background_service_ios - v5.0.1

flutter_background_service_platform_interface - v5.1.0

  • FEAT: updated dependencies. (e90ad787)

2023-11-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v5.0.5

flutter_background_service_android - v6.2.2

2023-11-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.4

flutter_background_service_android - v6.2.1

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

2023-11-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.3

flutter_background_service_android - v6.2.0

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

2023-10-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.2

flutter_background_service_android - v6.1.0

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

2023-08-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v5.0.1

flutter_background_service_android - v6.0.1

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

2023-08-11

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

flutter_background_service - v5.0.0

  • REFACTOR: improve android performances. (13f73a86)
  • REFACTOR: split code into separate class. (678226ba)
  • REFACTOR: fix sampe project dependency version. (a83b9f62)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve handle app refresh ios. (48e333d7)
  • FIX: ios onBackground. (4eb6b70d)
  • FIX: added @pragma. (0f90cc7d)
  • FIX: using Runnable instead of lambda. (9cda867d)
  • FIX: wrong dependency version. (34e66e13)
  • FIX: errors. (13a6f841)
  • FIX: podspec. (b46f9a3f)
  • FIX: dependencies version. (4e89b5e9)
  • FEAT: enhance notification icon readme. (52e7e6ea)
  • FEAT: enhance notification icon readme. (4d699fb0)
  • FEAT: allow using custom task identifier. (555a0618)
  • FEAT: move android service to separated process. (bd2e6f07)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: automatically register plugins. (3a0d0d53)
  • FEAT: update dependencies. (afc90fcc)
  • FEAT: managed with melos. (2313273a)
  • DOCS: updated README.md. (9345b16f)
  • DOCS: updated README. (f9e96ab4)
  • DOCS: update README. (5fc18ced)
  • DOCS: add documentation on configure method. (b9612afe)
  • DOCS: update FAQ. (53215976)
  • DOCS: update license. (0c17e5de)
  • DOCS: updated README. (2fc9ae66)
  • DOCS: update example project for custom notification. (d1e90d86)
  • DOCS: update README. (caf8125c)
  • DOCS: update README. (88917672)
  • DOCS: change method name. (9f05e7f6)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: implement new concept. (c8ce9c0b)

flutter_background_service_android - v6.0.0

  • 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)

flutter_background_service_ios - v5.0.0

  • REFACTOR: remove unused methods. (ea79ceda)
  • REFACTOR: split code into separate class. (678226ba)
  • REFACTOR: update BGTaskScheduler flow. (414bb21b)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve handle app refresh ios. (48e333d7)
  • PERF: cancel old schedule. (bfca5773)
  • FIX: ios onBackground. (0b1101be)
  • FIX: ios onBackground. (4eb6b70d)
  • FIX: handle null safety. (77513387)
  • FIX: added pragma vm:entry-point to ios. (7b44a2a4)
  • FIX: swift compile error. (b75128ad)
  • FIX: errors. (13a6f841)
  • FIX: podspec. (b46f9a3f)
  • FEAT: onForeground and onBackground now optional. (9dfcc4d4)
  • FEAT: allow using custom task identifier. (555a0618)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: automatically register plugins. (3a0d0d53)
  • 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: implement new concept. (c8ce9c0b)

flutter_background_service_platform_interface - v5.0.0

  • REFACTOR: refactor java code. (d7db0c09)
  • REFACTOR: initialize melos. (00bf06da)
  • FIX: remove duplicated properties. (891c2029)
  • FIX: missing foregroundServiceNotificationId. (e49f6137)
  • FIX: errors. (13a6f841)
  • FIX: method channel. (1a1e3527)
  • FEAT: Updated configs. (7af1961d)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • DOCS: update license. (0c17e5de)
  • DOCS: readme link. (1479b91c)
  • DOCS: update README. (fbf5e0ab)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: introduce ServiceInstance. (425279b0)
  • BREAKING CHANGE: supported only flutter 2.0.0 and newer. (be0c32f8)

2023-08-07

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

flutter_background_service - v4.0.0

  • REFACTOR: improve android performances. (13f73a86)
  • REFACTOR: split code into separate class. (678226ba)
  • REFACTOR: fix sampe project dependency version. (a83b9f62)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve handle app refresh ios. (48e333d7)
  • FIX: ios onBackground. (4eb6b70d)
  • FIX: added @pragma. (0f90cc7d)
  • FIX: using Runnable instead of lambda. (9cda867d)
  • FIX: wrong dependency version. (34e66e13)
  • FIX: errors. (13a6f841)
  • FIX: podspec. (b46f9a3f)
  • FIX: dependencies version. (4e89b5e9)
  • FEAT: enhance notification icon readme. (52e7e6ea)
  • FEAT: enhance notification icon readme. (4d699fb0)
  • FEAT: allow using custom task identifier. (555a0618)
  • FEAT: move android service to separated process. (bd2e6f07)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: automatically register plugins. (3a0d0d53)
  • FEAT: update dependencies. (afc90fcc)
  • FEAT: managed with melos. (2313273a)
  • DOCS: updated README.md. (9345b16f)
  • DOCS: updated README. (f9e96ab4)
  • DOCS: update README. (5fc18ced)
  • DOCS: add documentation on configure method. (b9612afe)
  • DOCS: update FAQ. (53215976)
  • DOCS: update license. (0c17e5de)
  • DOCS: updated README. (2fc9ae66)
  • DOCS: update example project for custom notification. (d1e90d86)
  • DOCS: update README. (caf8125c)
  • DOCS: update README. (88917672)
  • DOCS: change method name. (9f05e7f6)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: implement new concept. (c8ce9c0b)

flutter_background_service_android - v5.0.0

  • 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)

flutter_background_service_ios - v4.0.0

  • REFACTOR: remove unused methods. (ea79ceda)
  • REFACTOR: split code into separate class. (678226ba)
  • REFACTOR: update BGTaskScheduler flow. (414bb21b)
  • REFACTOR: initialize melos. (00bf06da)
  • PERF: improve handle app refresh ios. (48e333d7)
  • PERF: cancel old schedule. (bfca5773)
  • FIX: ios onBackground. (0b1101be)
  • FIX: ios onBackground. (4eb6b70d)
  • FIX: handle null safety. (77513387)
  • FIX: added pragma vm:entry-point to ios. (7b44a2a4)
  • FIX: swift compile error. (b75128ad)
  • FIX: errors. (13a6f841)
  • FIX: podspec. (b46f9a3f)
  • FEAT: onForeground and onBackground now optional. (9dfcc4d4)
  • FEAT: allow using custom task identifier. (555a0618)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • FEAT: automatically register plugins. (3a0d0d53)
  • 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: implement new concept. (c8ce9c0b)

flutter_background_service_platform_interface - v4.0.0

  • REFACTOR: refactor java code. (d7db0c09)
  • REFACTOR: initialize melos. (00bf06da)
  • FIX: remove duplicated properties. (891c2029)
  • FIX: missing foregroundServiceNotificationId. (e49f6137)
  • FIX: errors. (13a6f841)
  • FIX: method channel. (1a1e3527)
  • FEAT: Updated configs. (7af1961d)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)
  • DOCS: update license. (0c17e5de)
  • DOCS: readme link. (1479b91c)
  • DOCS: update README. (fbf5e0ab)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)
  • BREAKING FEAT: introduce ServiceInstance. (425279b0)
  • BREAKING CHANGE: supported only flutter 2.0.0 and newer. (be0c32f8)

2023-08-07

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v3.0.2

flutter_background_service_android - v4.0.2

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

2023-06-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v3.0.1

  • REFACTOR: improve android performances. (13f73a86)

flutter_background_service_android - v4.0.1

  • REFACTOR: improve android performances. (13f73a86)

2023-06-14

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

flutter_background_service - v3.0.0

  • FEAT: enhance notification icon readme. (52e7e6ea)
  • FEAT: enhance notification icon readme. (4d699fb0)
  • BREAKING FEAT: updated dependency constraints. (97ef7977)

flutter_background_service_android - v4.0.0

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

flutter_background_service_ios - v3.0.0

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

flutter_background_service_platform_interface - v3.0.0

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

2022-12-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.4.6

2022-10-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.4.5

2022-10-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.4.4

flutter_background_service_android - v3.0.2

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

2022-09-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.4.3

2022-09-29

Changes


Packages with breaking changes:

Packages with other changes:


flutter_background_service_android - v3.0.0

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

flutter_background_service - v2.4.2

  • DOCS: add documentation on configure method. (b9612afe)

flutter_background_service_ios - v2.4.0

  • FEAT: onForeground and onBackground now optional. (9dfcc4d4)

flutter_background_service_platform_interface - v2.2.0

2022-09-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.4.1

  • PERF: improve handle app refresh ios. (48e333d7)

flutter_background_service_android - v2.5.4

  • REFACTOR: remove unused methods. (ea79ceda)

flutter_background_service_ios - v2.3.1

  • REFACTOR: remove unused methods. (ea79ceda)
  • PERF: improve handle app refresh ios. (48e333d7)

2022-09-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.4.0

  • REFACTOR: split code into separate class. (678226ba)
  • FIX: ios onBackground. (4eb6b70d)
  • FEAT: allow using custom task identifier. (555a0618)

flutter_background_service_android - v2.5.3

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

flutter_background_service_ios - v2.3.0

  • REFACTOR: split code into separate class. (678226ba)
  • PERF: cancel old schedule. (bfca5773)
  • FIX: ios onBackground. (0b1101be)
  • FIX: ios onBackground. (4eb6b70d)
  • FEAT: allow using custom task identifier. (555a0618)

2022-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.3.10

flutter_background_service_android - v2.5.2

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

2022-09-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.9

flutter_background_service_android - v2.5.0

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

flutter_background_service_ios - v2.2.5

2022-09-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.3.8

flutter_background_service_android - v2.4.0

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

2022-09-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.3.7
  • flutter_background_service_ios - v2.2.4

flutter_background_service_android - v2.3.4

  • REFACTOR: refactor java code. (d7db0c09)

flutter_background_service_platform_interface - v2.1.4

  • REFACTOR: refactor java code. (d7db0c09)

2022-09-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.3.6

flutter_background_service_android - v2.3.3

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

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.5

  • FIX: using Runnable instead of lambda. (9cda867d)

flutter_background_service_android - v2.3.2

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.4

flutter_background_service_android - v2.3.1

flutter_background_service_ios - v2.2.3

flutter_background_service_platform_interface - v2.1.3

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.3

  • FIX: wrong dependency version. (34e66e13)

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.2

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.3.0

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

flutter_background_service_android - v2.3.0

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

2022-09-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service_ios - v2.2.2
  • flutter_background_service_android - v2.2.2

flutter_background_service - v2.2.4

  • DOCS: update example project for custom notification. (d1e90d86)

flutter_background_service_platform_interface - v2.1.2

  • FIX: remove duplicated properties. (891c2029)

2022-09-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service_android - v2.2.1
  • flutter_background_service_ios - v2.2.1
  • flutter_background_service - v2.2.3

flutter_background_service_platform_interface - v2.1.1

  • FIX: missing foregroundServiceNotificationId. (e49f6137)

2022-09-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.2.2

flutter_background_service_android - v2.2.0

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

2022-09-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.2.1

flutter_background_service_android - v2.1.1

  • PERF: improve android background service. (e01a3fa2)

2022-09-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.2.0

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

flutter_background_service_android - v2.1.0

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

flutter_background_service_ios - v2.2.0

  • FIX: added pragma vm:entry-point to ios. (7b44a2a4)
  • FEAT: using entrypoint instead of dart callback and added initial notification info for android. (b0fc8f32)

flutter_background_service_platform_interface - v2.1.0

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

2022-06-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.1.3

flutter_background_service_android - v2.0.3

  • FIX: wakelock not released. (e427f3b7)

2022-05-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.1.2

flutter_background_service_android - v2.0.2

  • FIX: autoStartOnBootMode #160. (16a785a3)

2022-05-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.1.1

flutter_background_service_android - v2.0.1

2022-05-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.1.0

  • FEAT: automatically register plugins. (3a0d0d53)

flutter_background_service_ios - v2.1.0

  • FEAT: automatically register plugins. (3a0d0d53)

2022-04-10

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • flutter_background_service - v2.0.0
  • flutter_background_service_android - v2.0.0
  • flutter_background_service_ios - v2.0.0
  • flutter_background_service_platform_interface - v2.0.0

flutter_background_service - v2.0.0

flutter_background_service_android - v2.0.0

flutter_background_service_ios - v2.0.0

flutter_background_service_platform_interface - v2.0.0

2022-04-08

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

example - v2.0.0

2022-04-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.0.0-dev.3

  • REFACTOR: fix sampe project dependency version. (a83b9f62)

flutter_background_service_ios - v2.0.0-dev.2

2022-04-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v2.0.0-dev.2

flutter_background_service_ios - v2.0.0-dev.1

  • REFACTOR: update BGTaskScheduler flow. (414bb21b)

2022-04-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v2.0.0-dev.1

2022-04-05

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

flutter_background_service - v2.0.0-dev.0

  • BREAKING FEAT: implement new concept. (c8ce9c0b)

flutter_background_service_android - v2.0.0-dev.0

  • BREAKING FEAT: implement new concept. (c8ce9c0b)

flutter_background_service_ios - v2.0.0-dev.0

  • BREAKING FEAT: implement new concept. (c8ce9c0b)

flutter_background_service_platform_interface - v2.0.0-dev.0

  • BREAKING FEAT: introduce ServiceInstance. (425279b0)

2022-03-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v1.0.4

2022-03-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v1.0.3

flutter_background_service_android - v1.0.2

flutter_background_service_ios - v1.0.2

flutter_background_service_platform_interface - v1.0.2

2022-03-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v1.0.2

flutter_background_service_android - v1.0.1

flutter_background_service_ios - v1.0.1

flutter_background_service_platform_interface - v1.0.1

2022-03-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v1.0.1

2022-03-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service - v0.2.8+5

flutter_background_service_android - v0.0.2

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

flutter_background_service_ios - v0.0.2

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

2022-03-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v0.2.8+4

flutter_background_service_android - v0.0.1+3

flutter_background_service_ios - v0.0.1+4

flutter_background_service_platform_interface - v0.0.1+3

2022-03-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutter_background_service - v0.2.8+3

flutter_background_service_ios - v0.0.1+3

2022-03-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flutter_background_service_ios - v0.0.1+2
  • flutter_background_service_android - v0.0.1+2
  • flutter_background_service - v0.2.8+2

flutter_background_service_platform_interface - v0.0.1+2