flutter_firebase_push_notification_provider 1.0.1
flutter_firebase_push_notification_provider: ^1.0.1 copied to clipboard
A Flutter package that provides a unified interface for Firebase Cloud Messaging (FCM) push notifications. Handles permissions, token management, and message routing across all app states.
1.0.1 #
- Removed GitHub repository URLs from pubspec.yaml
- Confirmed iOS and Android platform support only
1.0.0 #
- Initial stable release
- Firebase Cloud Messaging (FCM) integration for iOS and Android
- Automatic permission handling with customizable settings
- Unified message stream for foreground, background, and terminated app states
- Token management with automatic refresh handling
- Singleton pattern for consistent state across the app lifecycle
- Background message handler with proper isolate support
- Device info and app version tracking
- Debug logging with
[FCM]prefix (only in debug mode) - Memory leak prevention with proper subscription management