File tree Expand file tree Collapse file tree 9 files changed +60
-9
lines changed
workmanager_platform_interface Expand file tree Collapse file tree 9 files changed +60
-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-06
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+1 ` ] ( #workmanager_android---v0901 )
19
+ - [ ` workmanager_platform_interface ` - ` v0.9.1 ` ] ( #workmanager_platform_interface---v091 )
20
+ - [ ` workmanager ` - ` v0.9.0+2 ` ] ( #workmanager---v0902 )
21
+ - [ ` workmanager_apple ` - ` v0.9.1+1 ` ] ( #workmanager_apple---v0911 )
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+2 `
28
+ - ` workmanager_apple ` - ` v0.9.1+1 `
29
+
30
+ ---
31
+
32
+ #### ` workmanager_android ` - ` v0.9.0+1 `
33
+
34
+ - ** FIX** : prevent NullPointerException in BackgroundWorker.getDartTask (#636 ).
35
+
36
+ #### ` workmanager_platform_interface ` - ` v0.9.1 `
37
+
38
+ - ** FEAT** : add iOS Swift Package Manager support (#631 ).
39
+
40
+
6
41
## 2025-08-01
7
42
8
43
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.9.0+2
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.9.0+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
2
2
description : Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
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,9 +13,9 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface : ^0.9.0
17
- workmanager_android : ^0.9.0
18
- workmanager_apple : ^0.9.1
16
+ workmanager_platform_interface : ^0.9.1
17
+ workmanager_android : ^0.9.0+1
18
+ workmanager_apple : ^0.9.1+1
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+1
2
+
3
+ - ** FIX** : prevent NullPointerException in BackgroundWorker.getDartTask (#636 ).
4
+
1
5
## 0.9.0
2
6
3
7
> Note: This release has breaking changes.
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
3
+ version : 0.9.0+1
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.0
16
+ workmanager_platform_interface : ^0.9.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
+ - Update a dependency to the latest release.
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_apple
2
2
description : Apple platform (iOS/macOS) implementation of 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
@@ -13,7 +13,7 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface : ^0.9.0
16
+ workmanager_platform_interface : ^0.9.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
+
3
+ - ** FEAT** : add iOS Swift Package Manager support (#631 ).
4
+
1
5
## 0.9.0
2
6
3
7
> Note: This release has breaking changes.
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.0
3
+ version : 0.9.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