flutter_gb_fire_push_notifications 0.18.0
flutter_gb_fire_push_notifications: ^0.18.0 copied to clipboard
A Flutter package for simplified Firebase Push Notifications integration, providing Bloc-based management for device token registration, removal, and notification handling.
0.18.0 #
- Package SDK & Internal Dependencies Update Flutter SDK upgraded from 3.29.3 to 3.38.3 Dependencies updates
0.17.0 #
- Refactor FirePushNotificationsBloc and events to support onBackgroundNotification handler
- Update Flutter SDK version to 3.29.3 and bump firebase_messaging dependency to 16.0.3
0.16.1 #
- Refactor FirebaseNotificationFacadeImpl to ask for permission request on Android platform also
0.16.0 #
- Add uuid package and refactor UUID generation method
0.15.0 #
- Update dependencies: bump device_info_plus to 11.5.0, firebase_messaging to 15.2.9, and flutter_gb_stack_base to 3.2.0
0.14.2 #
- Update firebase messaging
- Added support for config.vapidKey for Web push notifications
0.14.0 #
- Updated dependencies
0.13.1 #
- Added new API "toggleActiveState" to control when to enable or disable notifications
0.13.0 #
- Updated dependencies
- Provide 'deviceInfo' at 'FirePushNotificationsConfig.removeDeviceTokenApiEndpoint'
- Regenerated BuildRunner files
0.11.0 #
- Added support for Web
- Upgraded firebase messaging dependency to 15.1.x
0.10.0 #
- Update dependency for Flutter 3.13.0
0.9.2 #
- Update dependencies
0.9.1 #
- firebase_messaging package upgrade & getInitialMessage fixes
0.9.0 #
- Updated gb package references
- Use hosted ones
0.8.3 #
- Update dependencies
- Handle background received flag
0.8.2 #
- Update dependencies
0.8.1 #
- State is already closed exception
0.8.0 #
- Update firebase messaging & stack_base deps
0.7.1 #
- Avoid "Cannot add new events after calling close" Exception
- Update dependencies (Flutter 3.3.x)
0.6.5 #
- Updated dependencies
- Reduced linter issues
0.6.4 #
- Refactor config models to not be entities
0.6.3 #
- Allow custom Logger in configuration
0.6.2 #
- Initial release
0.0.1 #
- TODO: Describe initial release.