flutter_unified_messaging 1.1.0
flutter_unified_messaging: ^1.1.0 copied to clipboard
A project-agnostic Flutter package for simplified FCM and local notifications with customizable smart navigation handling.
1.1.0 #
New Features #
- Added FCM background message handler support
- Added FCM token refresh listener with callback
- Added notification actions/buttons support for interactive notifications
- Enhanced example app with new features demonstration
Improvements #
- Better error handling and graceful degradation
- Enhanced notification customization options
- Improved documentation and examples
Breaking Changes #
listen()
method now accepts optionalonTokenRefresh
parametersend()
method now accepts optionalactions
parameter
1.0.0 #
- Initial release with unified FCM and local notifications
- Customizable navigation handling
- Project-agnostic design
- Cross-platform support (iOS/Android)
- Comprehensive example app