File tree Expand file tree Collapse file tree 9 files changed +63
-9
lines changed
workmanager_platform_interface Expand file tree Collapse file tree 9 files changed +63
-9
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-08-31
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` workmanager_android ` - ` v0.9.0+2 ` ] ( #workmanager_android---v0902 )
19+ - [ ` workmanager_apple ` - ` v0.9.1+2 ` ] ( #workmanager_apple---v0912 )
20+ - [ ` workmanager_platform_interface ` - ` v0.9.1+1 ` ] ( #workmanager_platform_interface---v0911 )
21+ - [ ` workmanager ` - ` v0.9.0+3 ` ] ( #workmanager---v0903 )
22+
23+ Packages with dependency updates only:
24+
25+ > 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.
26+
27+ - ` workmanager ` - ` v0.9.0+3 `
28+
29+ ---
30+
31+ #### ` workmanager_android ` - ` v0.9.0+2 `
32+
33+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
34+
35+ #### ` workmanager_apple ` - ` v0.9.1+2 `
36+
37+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
38+
39+ #### ` workmanager_platform_interface ` - ` v0.9.1+1 `
40+
41+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
42+
43+
644## 2025-08-06
745
846### Changes
Original file line number Diff line number Diff line change 1+ ## 0.9.0+3
2+
3+ - Update a dependency to the latest release.
4+
15## 0.9.0+2
26
37 - Update a dependency to the latest release.
Original file line number Diff line number Diff line change 11name : workmanager
22description : Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
3- version : 0.9.0+2
3+ version : 0.9.0+3
44# publish_to: none
55homepage : https://github.com/fluttercommunity/flutter_workmanager
66repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,9 +13,9 @@ environment:
1313dependencies :
1414 flutter :
1515 sdk : flutter
16- workmanager_platform_interface : ^0.9.1
17- workmanager_android : ^0.9.0+1
18- workmanager_apple : ^0.9.1+1
16+ workmanager_platform_interface : ^0.9.1+1
17+ workmanager_android : ^0.9.0+2
18+ workmanager_apple : ^0.9.1+2
1919
2020dev_dependencies :
2121 test : ^1.25.15
Original file line number Diff line number Diff line change 1+ ## 0.9.0+2
2+
3+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
4+
15## 0.9.0+1
26
37 - ** FIX** : prevent NullPointerException in BackgroundWorker.getDartTask (#636 ).
Original file line number Diff line number Diff line change 11name : workmanager_android
22description : Android implementation of the workmanager plugin.
3- version : 0.9.0+1
3+ version : 0.9.0+2
44# publish_to: none
55homepage : https://github.com/fluttercommunity/flutter_workmanager
66repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,7 +13,7 @@ environment:
1313dependencies :
1414 flutter :
1515 sdk : flutter
16- workmanager_platform_interface : ^0.9.1
16+ workmanager_platform_interface : ^0.9.1+1
1717
1818dev_dependencies :
1919 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 0.9.1+2
2+
3+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
4+
15## 0.9.1+1
26
37 - Update a dependency to the latest release.
Original file line number Diff line number Diff line change 11name : workmanager_apple
22description : Apple platform (iOS/macOS) implementation of the workmanager plugin.
3- version : 0.9.1+1
3+ version : 0.9.1+2
44# publish_to: none
55homepage : https://github.com/fluttercommunity/flutter_workmanager
66repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,7 +13,7 @@ environment:
1313dependencies :
1414 flutter :
1515 sdk : flutter
16- workmanager_platform_interface : ^0.9.1
16+ workmanager_platform_interface : ^0.9.1+1
1717
1818dev_dependencies :
1919 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 0.9.1+1
2+
3+ - ** FIX** : Android initialization bug and iOS 14 availability annotations (#647 ).
4+
15## 0.9.1
26
37 - ** FEAT** : add iOS Swift Package Manager support (#631 ).
Original file line number Diff line number Diff line change 11name : workmanager_platform_interface
22description : A common platform interface for the workmanager plugin.
3- version : 0.9.1
3+ version : 0.9.1+1
44# publish_to: none
55homepage : https://github.com/fluttercommunity/flutter_workmanager
66repository : https://github.com/fluttercommunity/flutter_workmanager
You can’t perform that action at this time.
0 commit comments