Skip to content

Releases: rithik-dev/firebase_notifications_handler

v2.0.2

06 Oct 17:07
Compare
Choose a tag to compare
  • Added web documentation in README
  • Updated SDK constraints

v2.0.1+2

28 Sep 11:42
Compare
Choose a tag to compare
  • Update API reference link in README

v2.0.1+1

28 Sep 10:34
Compare
Choose a tag to compare
  • Updated package description

v2.0.1

28 Sep 09:44
Compare
Choose a tag to compare
  • 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

22 Sep 21:59
Compare
Choose a tag to compare
  • Formatted files
  • Updated scripts in pubspec.yaml

v2.0.0

22 Sep 21:41
Compare
Choose a tag to compare
  • 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

24 Oct 20:42
Compare
Choose a tag to compare
  • Updated example app
  • Updated documentation
  • Updated some dependencies to latest release

v1.0.9

04 Aug 13:57
Compare
Choose a tag to compare
  • Updated dependencies

v1.0.8

07 Jun 11:07
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed linter warnings
  • Added handleInitialMessage attribute
  • Exported firebase_messaging package
  • Updated README.md

v1.0.7

02 May 16:51
Compare
Choose a tag to compare
  • Updated example app to a fully functional app...
  • Updated dependencies
  • Updated README.md