flutter_app_vitals 0.1.0 copy "flutter_app_vitals: ^0.1.0" to clipboard
flutter_app_vitals: ^0.1.0 copied to clipboard

Real-time Flutter performance monitoring overlay — startup time, FPS, memory, CPU, network latency, and widget rebuild tracking.

0.1.0 #

  • Initial release.
  • App startup time tracking via StartupTracker.
  • Frame timing, rolling average FPS, and slow frame detection via FpsTracker.
  • Widget rebuild counting (global and per-widget) via RebuildTracker and RebuildCounter.
  • Network request tracking (latency, failed requests, total requests) via NetworkTracker.
  • Memory usage tracking with dart:io fallback via MemoryTracker.
  • CPU usage tracking via platform channel via CpuTracker.
  • Central VitalsManager controller with ChangeNotifier support.
  • PerformanceReport immutable data model with copyWith and toString.
  • Draggable, minimisable VitalsOverlay floating dashboard widget.
6
likes
150
points
115
downloads

Documentation

API reference

Publisher

verified publisherabhishek-sharma.com.np

Weekly Downloads

Real-time Flutter performance monitoring overlay — startup time, FPS, memory, CPU, network latency, and widget rebuild tracking.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_app_vitals