notification_kit 1.1.5
notification_kit: ^1.1.5 copied to clipboard
Flutter package for FCM, local and push notifications, permissions, Android notification channels, and notification tap handling with a single initialization call.
1.1.5 #
- Comprehensive documentation and README improvements.
- Added dedicated examples for Flutter FCM, push notifications, and local notifications.
- Improved package description for better discoverability.
1.1.4 #
- Update package references in README.md.
1.1.3 #
- Rename package and minor updates.
1.1.2 #
- Updated repository visibility to public to fix pub.dev analysis.
1.1.1 #
- Fixed positional parameter error in local notification cancel API.
1.1.0 #
- Added local notification scheduling and cancellation capabilities (
scheduleNotification,cancelNotification, andcancelAllNotifications).
1.0.2 #
- Added configurable Android notification grouping and summary support (
groupNotifications).
1.0.1 #
- Removed publishing checklist from README.md.
1.0.0 #
- Initial release of the Firebase Bootstrap and Notification Package.
- Single-call initialization setup with
FirebaseBootstrap.start(...). - Background and foreground notification handlers.
- Automatic download of notification image attachments.
- Decoupled architecture using callbacks for navigation and storage.