tree: b53b298a881c642915a870e649b20932295ace3f [path history] [tgz]
  1. crash_reporting.dart
  2. disabled_usage.dart
  3. events.dart
  4. first_run.dart
  5. github_template.dart
  6. README.md
  7. reporting.dart
  8. usage.dart
packages/flutter_tools/lib/src/reporting/README.md

Flutter reports data to two separate systems:

  1. Anonymous usage statistics are reported to Google Analytics (for statistics such as the number of times the flutter tool was run within a given time period). The code that manages this is in [usage.dart].
  2. Crash reports for the flutter tool. These are not reports of when Flutter applications crash, but rather when the command-line flutter tool itself crashes. The code that manages this is in [crash_reporting.dart].

Opting out

Users can opt out of all reporting in a single place by running flutter config --no-analytics.