flutter_notification_listener_plus 1.3.7
flutter_notification_listener_plus: ^1.3.7 copied to clipboard
Flutter plugin to listen for all incoming notifications for Android with Android 13-16+ compatibility fixes.
1.3.7 #
- Fixed JVM target compatibility issue (Java 1.8 vs Kotlin 21 mismatch)
- Added compileOptions and kotlinOptions to ensure consistent JVM target
- Updated example project configuration for better compatibility
1.3.6 #
- Fixed Android Gradle Plugin compatibility by adding namespace to build.gradle
- Fixed package name references (flutter_notification_listener → flutter_notification_listener_plus)
- Updated SDK constraint to support Dart 3.x
1.3.5 #
- BREAKING FIX: Fixed Android 13-16+ compatibility issue with broadcast receiver registration
- Added AndroidX Core dependency for better compatibility
- Updated receiver registration to use ContextCompat.RECEIVER_EXPORTED for Android 13+
- Fixed SecurityException: "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified"
- Improved release build stability on latest Android versions
1.3.4 #
- chore: support gradle plugin version
1.3.3 #
- bugfix: fix NullPointerException sometimes thrown by label field
1.3.2 #
- bugfix: with some kotlin version build error (asserts-null)
1.3.1 #
- chore: imporve code style
- bugfix: fix foreground when first started, #16
1.3.0 #
- feature: support full notification information
- chore: add funding support
1.2.0 #
- feature: add unique id for notification
- feature: support interactive notification
- chore: add docs for readme
1.1.3 #
- fix: add try catch while invoke method
1.1.2 #
- hotfix: fix exception of some app send bitmap as large icon
1.1.1 #
- hotfix: fix utils class miss
1.1.0 #
- feature: add notification id
- feature: add notification large icon
1.0.8 #
- hotfix: fix start service failed after reboot
1.0.7 #
- feature: add foreground service
1.0.6 #
- fix: charseq cause excatpion
1.0.5 #
- fix: textLines cause panic
- chore: format code
1.0.4 #
- chore
1.0.3 #
- remove extra
1.0.1 #
- fix dart in backgroun run
- change the api for register handle
- add log in android
1.0.0 #
First implement.