Skip to content

Commit

Permalink
[flutter_local_notifications] bump plugin to 9.2.0 (MaikuB#1440)
Browse files Browse the repository at this point in the history
* bump plugin to 9.2.0

* add changelog entry for fixing casing issue in linux plugin
  • Loading branch information
MaikuB authored Dec 30, 2021
1 parent b3f5c2a commit 794c121
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [9.2.0]

* [Android] Added `areNotificationsEnabled()` method to `AndroidFlutterLocalNotificationsPlugin`. This allows querying if notifications are enabled for the app calling the method. Thanks to the PR from [Konstantin Pelz](https://github.com/komape)
* [Linux] Fix `initialize()` returning null all the time instead of returning an appropriate boolean value to indicate if plugin has been initialised

# [9.1.5]

* Bumped `flutter_local_notifications_linux` dependency
Expand Down
4 changes: 2 additions & 2 deletions flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local
notifications for Flutter applications with the ability to customise for each
platform.
version: 9.1.5
version: 9.2.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
clock: ^1.1.0
flutter:
sdk: flutter
flutter_local_notifications_linux: ^0.4.0
flutter_local_notifications_linux: ^0.4.1
flutter_local_notifications_platform_interface: ^5.0.0
timezone: ^0.8.0

Expand Down
6 changes: 5 additions & 1 deletion flutter_local_notifications_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [0.4.1+1]

* Fixed minor casing error in 0.4.1 changelog entry

## [0.4.1]

* fix `initialize()` returning null all the time instead of returning an appropriate boolean value to indicate if plugin has been initialised
* Fix `initialize()` returning null all the time instead of returning an appropriate boolean value to indicate if plugin has been initialised

## [0.4.0]

Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications_linux
description: Linux implementation of the flutter_local_notifications plugin
version: 0.4.1
version: 0.4.1+1
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
Expand Down

0 comments on commit 794c121

Please sign in to comment.