0

I'm using Flutter with Firebase, and recently made a few upgrades. After the update, all Firebase analytics data from Android dropped to zero, while iOS data remains unaffected.

What I changed:

  • Flutter: Upgraded from 3.19.x → 3.27.x

  • android/app/build.gradle: compileSdkVersion 34 → 35

  • android/settings.gradle:

plugins {
    id "com.android.application" version "7.1.2" apply false
    // changed to
    id "com.android.application" version "8.7.0" apply false
}

What I’ve tried:

But Google analytics data from Android is still showing zero events.

Any ideas on what could be wrong? Any help would be greatly appreciated!

1
  • Have you seen the events being sent when working on your application? Commented May 22 at 6:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.