firebase_messaging_devtool 0.2.3
firebase_messaging_devtool: ^0.2.3 copied to clipboard
A Flutter DevTools extension that displays Firebase Cloud Messaging (FCM) events in real-time for debugging
Changelog #
[0.2.0] - 2025-04-01 #
Added #
- Enhanced device identification using device_info_plus package
- Improved message persistence with shared_preferences
- Auto-clear messages on reload setting
Changed #
- Improved device identification display format
- Fixed settings persistence when switching tabs
Fixed #
- Fixed message persistence across app reloads
- Fixed settings persistence when switching tabs
- Fixed auto-clear functionality in settings
[0.1.2] - 2025-03-20 #
[0.1.1] - 2025-03-19 #
Added #
- Initial release with basic message display functionality
- Support for viewing notification, data, and metadata sections
- Message persistence across app reloads
- Settings for message display preferences
0.1.0 #
Major Improvements #
-
Enhanced UI: Completely redesigned the user interface with:
- Tabbed organization for message data (Notification, Data Payload, Metadata)
- Expandable message cards with initial details and deep-dive capabilities
- Improved visual hierarchy for better readability
- Nested data visualization with expandable sections
- "Raw JSON" view option for complete message inspection
- Settings tab with message count and actions
-
Simplified API:
- Now accepts
RemoteMessage
objects directly - no manual data extraction needed - Automatically extracts all relevant information from Firebase messages
- Captures platform-specific notification details (Android, iOS, Web)
- Includes timestamp when the message was received by the app
- Now accepts
-
Better Documentation:
- Updated README with detailed usage instructions
- Improved examples
- Added UI navigation guide
0.0.2 #
- Initial release
0.0.1 #
- First development version