Skip to content

Releases: rithik-dev/firebase_notifications_handler

v2.0.2+1

Choose a tag to compare

@rithik-dev rithik-dev released this 25 Jan 11:31
  • Updated dependency to latest release
  • Fix dart static analysis warnings

v2.0.2

Choose a tag to compare

@rithik-dev rithik-dev released this 06 Oct 17:07
  • Added web documentation in README
  • Updated SDK constraints

v2.0.1+2

Choose a tag to compare

@rithik-dev rithik-dev released this 28 Sep 11:42
  • Update API reference link in README

v2.0.1+1

Choose a tag to compare

@rithik-dev rithik-dev released this 28 Sep 10:34
  • Updated package description

v2.0.1

Choose a tag to compare

@rithik-dev rithik-dev released this 28 Sep 09:44
  • Default android notification channel id is now "default" instead of "Notifications"
  • Updated example app with more custom sounds
  • Updated README.md
  • Updated package description and added additional tags

v2.0.0+1

Choose a tag to compare

@rithik-dev rithik-dev released this 22 Sep 21:59
  • Formatted files
  • Updated scripts in pubspec.yaml

v2.0.0

Choose a tag to compare

@rithik-dev rithik-dev released this 22 Sep 21:41
  • BREAKING: No navigator key param in handler, and in callbacks onTap, onOpenNotificationArrive
  • BREAKING: No context in callbacks onFcmTokenInitialize, onFcmTokenUpdate
  • BREAKING: Renamed AppState.closed to AppState.terminated
  • BREAKING: onTap now gives an object of NotificationInfo
  • BREAKING: enableLogs is now available as a static variable in FirebaseNotificationsHandler
  • BREAKING: Renamed onFCMTokenInitialize to onFcmTokenInitialize
  • BREAKING: Renamed onFCMTokenUpdate to onFcmTokenUpdate
  • BREAKING: Renamed initializeFCMToken to initializeFcmToken
  • BREAKING: Removed onFCMTokenRefresh
  • BREAKING: Renamed requestPermissionsOnInit to requestPermissionsOnInitialize
  • BREAKING: Removed sendFcmNotification as API has been deprecated to send notifications from client side.
  • Introduced a new sendLocalNotification function which can be used to send/schedule local notifications.
  • BREAKING: Added androidConfig and iosConfig in and moved platform specific configs there like channelId, channelName etc. which was in the root before, and these values are getters, which can be modified for every incoming message.
  • BREAKING: Renamed NotificationTapDetails to NotificationInfo. NotificationInfo now also holds firebaseMessage.
  • BREAKING: Callbacks onTap and onOpenNotificationArrive callbacks now give NotificationInfo param which contains info about the notification.
  • Added notificationTapsSubscription, notificationArrivesSubscription streams.
  • Added android notification channel create, read, delete methods.
  • Added permissionGetter function to override permission request getter.
  • Added notification handling / modifying callbacks like shouldHandleNotification, messageModifier etc.
  • Added stateKeyGetter getter to generate widget key, allowing to call internal methods using keys.
  • Added getInitialMessage callback to get initial notification details if app was opened from a notification.
  • Added logs in debug mode.
  • Fixed issues with images not showing in notifications.
  • Updated example app with latest SDKs
  • Updated documentation
  • Updated dependencies to latest release
  • Added issue tracker link
  • Updated README.md and badges

v1.1.0

Choose a tag to compare

@rithik-dev rithik-dev released this 24 Oct 20:42
  • Updated example app
  • Updated documentation
  • Updated some dependencies to latest release

v1.0.9

Choose a tag to compare

@rithik-dev rithik-dev released this 04 Aug 13:57
  • Updated dependencies

v1.0.8

Choose a tag to compare

@rithik-dev rithik-dev released this 07 Jun 11:07
  • Updated dependencies
  • Fixed linter warnings
  • Added handleInitialMessage attribute
  • Exported firebase_messaging package
  • Updated README.md