notification_kit 1.1.4
notification_kit: ^1.1.4 copied to clipboard
A production-ready Flutter package to bootstrap Firebase and handle notifications automatically.
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.