notification_cleaner 0.0.4
notification_cleaner: ^0.0.4 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.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.