push_notification_kit 0.2.0
push_notification_kit: ^0.2.0 copied to clipboard
Auth-agnostic Flutter push notifications: FCM token lifecycle, rich notifications (images & action buttons), deep links, and pluggable backend registration. Bring your own auth via a TokenProvider.
0.2.0 #
- Add
iosCategoriestoPushKitandrenderBackgroundMessageso hosts can register iOS notification categories (action buttons per category) directly on the kit's plugin instance — previously iOS action buttons required native AppDelegate setup. Android is unchanged (buttons come from messageactions). - Re-export
DarwinNotificationCategory/DarwinNotificationAction(and their option enums) from the package so hosts don't need a direct flutter_local_notifications import.
0.1.0 #
- Initial release.
- Auth-agnostic FCM lifecycle: permissions, token retrieval (iOS APNS retry), refresh, auth-gated registration, foreground/background handling.
- Rich notifications: downloaded images (Android BigPicture), action buttons, iOS categories.
- Deep-link tap and action-button callbacks; cold-start handling.
- Pluggable
TokenProviderandDeviceRegistrar(+ bundledHttpDeviceRegistrar).