firebase_messaging_devtool 0.1.0
firebase_messaging_devtool: ^0.1.0 copied to clipboard
A Flutter DevTools extension to display Firebase Messaging events from a debugged application.
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