flutter_inapp_devtools 0.1.2
flutter_inapp_devtools: ^0.1.2 copied to clipboard
Monitor all network requests, analytics events, and debugging logs in real-time, directly inside your app.
0.1.2 #
- Added ensureInitialized method to Built in Tools
0.1.1 #
- Updated readme.md
0.1.0 #
- A tool to monitor all network requests, analytics events, and debugging logs in real-time, directly inside your app.
- Any request made through HttpClient is automatically recorded and displayed in the NetworkTool.
- Logging is automatically recorded and displayed in the LoggingTool. For this you need to use the Logger package.