Releases: rithik-dev/firebase_notifications_handler
Releases · rithik-dev/firebase_notifications_handler
v2.0.2
v2.0.1+2
- Update API reference link in README
v2.0.1+1
- Updated package description
v2.0.1
- 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
- Formatted files
- Updated scripts in pubspec.yaml
v2.0.0
- 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
toNotificationInfo
. NotificationInfo now also holdsfirebaseMessage
. - 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
- Updated example app
- Updated documentation
- Updated some dependencies to latest release
v1.0.9
- Updated dependencies
v1.0.8
- Updated dependencies
- Fixed linter warnings
- Added handleInitialMessage attribute
- Exported firebase_messaging package
- Updated README.md
v1.0.7
- Updated example app to a fully functional app...
- Updated dependencies
- Updated README.md