Skip to content

Commit

Permalink
added note about min flutter version being bumped in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Mar 9, 2024
1 parent e2c4251 commit 0408f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Android] **Breaking change** bumped `compileSdk` to 34 and updated readme to mention this
* Updated `compileSdk` and `targetSdkVersion` of example app to 34
* **Important announcement** given how both Flutter ecosystem and Android ecosystem evolves, to make it easier to maintain the plugin in the future, the minimum Flutter SDK version will be bumped. Note that official plugins already follow a similar approach e.g. have a minimum Flutter SDK version of 3.13. This is being called out as if this affects your applications (e.g. supported OS versions) then you may need to consider maintaining your own fork in the future

# [16.3.3]

Expand Down
3 changes: 3 additions & 0 deletions flutter_local_notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

A cross platform plugin for displaying local notifications.

>[!IMPORTANT]
> Given how both Flutter ecosystem and Android ecosystem evolves, to make it easier to maintain the plugin in the future, the minimum Flutter SDK version will be bumped. Note that official plugins already follow a similar approach e.g. have a minimum Flutter SDK version of 3.13. This is being called out as if this affects your applications (e.g. supported OS versions) then you may need to consider maintaining your own fork in the future
## Table of contents

- **[📱 Supported platforms](#-supported-platforms)**
Expand Down

0 comments on commit 0408f42

Please sign in to comment.