dev_analytics_dashboard 0.0.1 copy "dev_analytics_dashboard: ^0.0.1" to clipboard
dev_analytics_dashboard: ^0.0.1 copied to clipboard

Flutter Dev Analytics Dashboard for version 0.0.1 with features: device info, performance metrics, screen logs, error tracking, user flow visualization, and a gesture-based toggle.

0.0.1 #

Added #

  • Initial release of the Flutter Dev Analytics Dashboard.
  • Device Info: Displays device model, OS version, and screen size using device_info_plus and MediaQuery.
  • Performance Metrics: Tracks FPS (simulated and visually via statsfl), memory usage (system_info2), and CPU usage via platform channels.
  • Screen Logs: Logs navigation, interactions, and errors, persisted to disk using path_provider and flutter_logs.
  • Error Tracking: Captures uncaught exceptions with FlutterError.onError.
  • User Flow Visualization: Bar chart of screen visits using fl_chart and detailed list.
  • Gesture Toggle: Customizable gesture (finger count, tap count) to show/hide the dashboard.
  • Settings Screen: Configure gesture triggers.
  • State management with provider.
  • Modular architecture with services for log storage and CPU monitoring.
2
likes
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Dev Analytics Dashboard for version 0.0.1 with features: device info, performance metrics, screen logs, error tracking, user flow visualization, and a gesture-based toggle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, fl_chart, flutter, flutter_logs, path_provider, provider, statsfl, system_info2

More

Packages that depend on dev_analytics_dashboard

Packages that implement dev_analytics_dashboard