Flutter Web : Is it Firebase Analytics support in Flutter web application?

后端 未结 4 1139
走了就别回头了
走了就别回头了 2021-01-04 19:54

Can we implement Firebase Analytics in a Flutter Web application? If not, is there any other option?

4条回答
  •  青春惊慌失措
    2021-01-04 20:36

    I've used this package - https://pub.dev/packages/firebase_analytics

    One important thing - edit index.html, like in this example in file web/index.html

    Few scripts have to be added to

      
      
    
      
      
    
      

提交回复
热议问题