Any data tracking in flutter? Any way to disable it?

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • flutterfire

    🔥 A collection of Firebase plugins for Flutter apps.

  • If you use firebase_messaging or any other Firebase Dart library, it will secretly add the Firebase Analytics library to your app. Then your app will record the title of every page your users open, the time they opened it, and other behavior info, and send this data to Google to store forever. You can configure your app to stop giving your users' behavior data to Google: - Firebase > Docs > Engage > Configure Analytics Data Collection and Usage - dart > firebase_analytics > FirebaseAnalytics > setAnalyticsCollectionEnabled method Be sure to check the logs to make sure your change took effect. See Firebase Google Group > Disabling analytics for iOS has no effect?.

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • There's a message that comes up when you first run Flutter that lists the privacy policy and so on. For more details than that I guess the source is the best documentation; https://github.com/flutter/flutter/tree/master/packages/flutter_tools/lib/src/reporting is probably the best place to start.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts