flutter_performance_monitor_plus 0.0.2
flutter_performance_monitor_plus: ^0.0.2 copied to clipboard
Flutter in-app performance monitor overlay: live FPS, jank, build/raster times, rebuilds, memory, CPU, and network logging via draggable bubble.
0.0.1 #
- Initial release with floating overlay, FPS/frame time tracking, rebuild/debug counts, RSS-based memory hints, network logging client, and sample app.
0.0.2 #
- Fixed analyzer warnings (removed unused import, dropped redundant null check, replaced deprecated
withOpacitywithwithValues). - Added repo metadata and screenshots/GIF; README updates for screenshots and pub.dev SEO.