We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecec8d commit 370df0cCopy full SHA for 370df0c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# next
+# 0.5.2
2
3
* Android: Bump to workmanager 2.8.1
4
* Android: Move to Android Gradle Plugin 8.x
pubspec.yaml
@@ -1,12 +1,12 @@
name: workmanager
description: Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
-version: 0.5.1
+version: 0.5.2
homepage: https://github.com/fluttercommunity/flutter_workmanager
5
repository: https://github.com/fluttercommunity/flutter_workmanager
6
issue_tracker: https://github.com/fluttercommunity/flutter_workmanager/issues
7
8
environment:
9
- sdk: ">=2.18.0 <3.0.0"
+ sdk: '>=3.1.2 <4.0.0'
10
flutter: ">=2.5.0"
11
12
dependencies:
0 commit comments