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 71929f1 commit daf210bCopy full SHA for daf210b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.5.0] - 16th September 2022
2
+
3
+* PR #52 (Don't overwrite categories on iOS)
4
+* PR #32 (A Future is now returned)
5
+* PR #65 (jCenter -> Maven)
6
7
## [1.4.0] - 08th April 2022
8
9
* PR #61 (macOS support)
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_app_badger
description: Plugin to update the app badge on the launcher (both for Android, iOS and macOS)
-version: 1.4.0
+version: 1.5.0
homepage: https://github.com/g123k/flutter_app_badger
dependencies:
@@ -21,4 +21,4 @@ flutter:
21
22
environment:
23
sdk: '>=2.12.0 <3.0.0'
24
- flutter: ">=1.10.0"
+ flutter: ">=1.10.0"
0 commit comments