To use Firebase Analytics in a Flutter application, first you have to integrate the project with the Firebase account.
Read moreHow do I connect Google Analytics to Flutter?
You need to add dependency for analytics in android/app/build. gradle , implementation ‘com. google. firebase:firebase-analytics ‘ .
Read moreWhat is Firebase analytics in Flutter?
Flutter plugin for Google Analytics for Firebase, an app measurement solution that provides insight on app usage and user engagement on Android and iOS .
Read more