notification_cleaner 0.0.5
notification_cleaner: ^0.0.5 copied to clipboard
Programmatically clear all notifications from the system tray with this lightweight Flutter plugin. Supports modern Android and iOS implementations with a simple, minimal API.
CHANGELOG #
0.0.5 #
- Migrated Android build configuration to Built-in Kotlin and
compilerOptionsDSL for AGP 9.0+ compatibility. - Aligned Java/Kotlin compatibility targets to Java 17.
- Upgraded package dependencies.
0.0.4 #
- Updated dependencies and optimized code.
- Enhanced metadata for improved visibility on pub.dev.
- Minor bug fixes and performance improvements.
0.0.2 #
- Initial production-ready release of
notification_cleaner. - Migrated to Dart 3 and full Null Safety.
- Updated Android implementation to Kotlin.
- Added support for modern Android SDKs (compileSdkVersion 34+).
- Added permission handling for Android 13+.
0.0.1 #
- Initial rename and fork from
clear_all_notifications.