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 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
44
## 2025-08-06
7
45
8
46
### 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
+
1
5
## 0.9.0+2
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : workmanager
2
2
description : 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
4
4
# publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,9 +13,9 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
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
19
19
20
20
dev_dependencies :
21
21
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
+
1
5
## 0.9.0+1
2
6
3
7
- ** FIX** : prevent NullPointerException in BackgroundWorker.getDartTask (#636 ).
Original file line number Diff line number Diff line change 1
1
name : workmanager_android
2
2
description : Android implementation of the workmanager plugin.
3
- version : 0.9.0+1
3
+ version : 0.9.0+2
4
4
# publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,7 +13,7 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface : ^0.9.1
16
+ workmanager_platform_interface : ^0.9.1+1
17
17
18
18
dev_dependencies :
19
19
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
+
1
5
## 0.9.1+1
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : workmanager_apple
2
2
description : Apple platform (iOS/macOS) implementation of the workmanager plugin.
3
- version : 0.9.1+1
3
+ version : 0.9.1+2
4
4
# publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
@@ -13,7 +13,7 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface : ^0.9.1
16
+ workmanager_platform_interface : ^0.9.1+1
17
17
18
18
dev_dependencies :
19
19
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
+
1
5
## 0.9.1
2
6
3
7
- ** FEAT** : add iOS Swift Package Manager support (#631 ).
Original file line number Diff line number Diff line change 1
1
name : workmanager_platform_interface
2
2
description : A common platform interface for the workmanager plugin.
3
- version : 0.9.1
3
+ version : 0.9.1+1
4
4
# publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
You can’t perform that action at this time.
0 commit comments