dev_analytics_dashboard 0.0.1
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dev_analytics_dashboardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dev_analytics_dashboard: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dev_analytics_dashboard/dev_analytics_dashboard.dart';