MaikuB/flutter_local_notifications
### [`v13.0.0`](https://togithub.com/MaikuB/flutter_local_notifications/releases/tag/flutter_local_notifications-v13.0.0)
[Compare Source](https://togithub.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v12.0.4...flutter_local_notifications-v13.0.0)
- \[Android] Bumped Android Gradle plugin to 7.3.1. Thanks to the PR from [Rexios](https://togithub.com/Rexios80)
- - Updated minimum Flutter version to 3.0.0. Note that technically this was already a requirement by `flutter_local_notifications_linux` 2.0.0 as `ffi` 2.0.0 requires Dart 2.17 at a minimum and that shipped with Flutter 3.0.0
- Added explicit `ffi` dependency that Linux implementation of the plugin was already using
- Updated site used by example app to display dummy/placeholder images
- Updated readme to warn developers that choose not to follow the official Android guidance around notification icons that using the `@mipmap/ic_launcher` resource requires additional release build configuration. Thanks to the PR from [Daniel Arndt](https://togithub.com/DanielArndt)
- Updated readme to add note about how Flutter has an issue with apps running with desugaring on Android 12L and above. Thanks to the PR from [Mirek Mazel](https://togithub.com/12people) See [https://github.com/flutter/flutter/issues/110658](https://togithub.com/flutter/flutter/issues/110658). One potential fix added to the readme is for apps to add the [WindowManager library](https://developer.android.com/jetpack/androidx/releases/window) as a dependency:
```gradle
dependencies {
implementation 'androidx.window:window:1.0.0'
implementation 'androidx.window:window-java:1.0.0'
...
}
```
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^12.0.3+1
->^13.0.0
Release Notes
MaikuB/flutter_local_notifications
### [`v13.0.0`](https://togithub.com/MaikuB/flutter_local_notifications/releases/tag/flutter_local_notifications-v13.0.0) [Compare Source](https://togithub.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v12.0.4...flutter_local_notifications-v13.0.0) - \[Android] Bumped Android Gradle plugin to 7.3.1. Thanks to the PR from [Rexios](https://togithub.com/Rexios80) - - Updated minimum Flutter version to 3.0.0. Note that technically this was already a requirement by `flutter_local_notifications_linux` 2.0.0 as `ffi` 2.0.0 requires Dart 2.17 at a minimum and that shipped with Flutter 3.0.0 - Added explicit `ffi` dependency that Linux implementation of the plugin was already using - Updated site used by example app to display dummy/placeholder images - Updated readme to warn developers that choose not to follow the official Android guidance around notification icons that using the `@mipmap/ic_launcher` resource requires additional release build configuration. Thanks to the PR from [Daniel Arndt](https://togithub.com/DanielArndt) - Updated readme to add note about how Flutter has an issue with apps running with desugaring on Android 12L and above. Thanks to the PR from [Mirek Mazel](https://togithub.com/12people) See [https://github.com/flutter/flutter/issues/110658](https://togithub.com/flutter/flutter/issues/110658). One potential fix added to the readme is for apps to add the [WindowManager library](https://developer.android.com/jetpack/androidx/releases/window) as a dependency: ```gradle dependencies { implementation 'androidx.window:window:1.0.0' implementation 'androidx.window:window-java:1.0.0' ... } ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.