To use Firebase Analytics in a Flutter application, first you have to integrate the project with the Firebase account.
Read moreHow do I use Firebase analytics?
Step by Step Implementation
Read moreHow do I add Firebase to my existing Flutter app?
Configuring an Android app
Read moreCan I use DART with Firebase?
dart and package:firebase/firestore. dart are wrappers over the Firebase JS API . For the Dart VM and Fuchsia: package:firebase/firebase_io.
Read moreHow do I use Firebase on Web app?
To add Firebase to your web service, copy your Firebase project’s custom code snippet, JavaScript and CSS files into your web service:
Read moreDo I need Firebase for Flutter?
Note: All Flutter-Firebase apps, both Apple and Android versions, require the firebase_core plugin for Flutter . Add the FlutterFire plugins for the Firebase products that you want to use in your app. Run flutter packages get .
Read more