push_notification_kit 0.2.0 copy "push_notification_kit: ^0.2.0" to clipboard
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 iosCategories to PushKit and renderBackgroundMessage so 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 message actions).
  • 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 TokenProvider and DeviceRegistrar (+ bundled HttpDeviceRegistrar).
0
likes
0
points
169
downloads

Publisher

verified publisherconapps.net

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, http, path_provider

More

Packages that depend on push_notification_kit