github MaikuB/flutter_local_notifications flutter_local_notifications-v23.0.0-dev.1

pre-release4 hours ago
  • Breaking change bumped minimum Flutter SDK requirement to 3.44.0 and Dart SDK requirement to 3.12.0
  • [Android] Breaking change bumped compileSdk to 37 and updated readme to mention this
  • [Android] Breaking change bumped to AGP 9.1.1
  • [Android] migrated to Kotlin DSL
  • [Android] Fixed a NullPointerException crash in setSmallIcon (Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference) when a scheduled notification is delivered with no icon, no persisted default icon, and a null legacy iconResourceId. This can happen when a notification serialized by an older version of the plugin fires after an app update. The application's own icon is now used as a fallback so notification delivery no longer crashes. Fixes #298 and #2049. Thanks to the PR from Michael Allen
  • Migrated example app off the Kotlin Gradle Plugin (KGP) in favour of built-in Kotlin and bumped Android Gradle Plugin (AGP) to 9.1.1

Don't miss a new flutter_local_notifications release

NewReleases is sending notifications on new releases.