notification_cleaner 0.0.2
notification_cleaner: ^0.0.2 copied to clipboard
Updated fork of clear_all_notifications
2.0.0 #
- Initial release of
notification_cleaner(forked fromclear_all_notifications). - Renamed package to
notification_cleaner. - Migrated to Dart 3 and full Null Safety.
- Updated Android implementation to Kotlin.
- Added support for modern Android SDKs (compileSdkVersion 34+).
- Simplified public API to
NotificationCleaner.clearAllNotifications(). - Improved example app with Material 3 and permission handling.