How to connect Google Analytics in a Flutter Web App?

3,260

Hi πŸ™‚ you need to use this package https://pub.dev/packages/firebase_analytics

you can find a sample App using analytics following this link

Google Analytics works on mobile Apps too and provides all sorts of useful features check this link for more info πŸ˜‰

Share:
3,260
Bruno Neuman
Author by

Bruno Neuman

Updated on December 31, 2022

Comments

  • Bruno Neuman
    Bruno Neuman over 1 year

    I'm trying to use the Google API Package (Pub Dev) but with no lucky to undestand how to connect it in my Flutter Project.

  • Ken White
    Ken White almost 3 years
    A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.
  • Bruno Neuman
    Bruno Neuman almost 3 years
    Firebase Analytics is available for mobile apps only right?
  • Aristidios
    Aristidios almost 3 years
    @BrunoNeuman Yes it works on iOS & Android apps - i added all the links you'll need πŸ’ͺ in the post πŸ™‚
  • Aristidios
    Aristidios almost 3 years
    FYI you need to have your app linked to Firebase but i think you got that