flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

[firebase_analytics_web]: Firebase analytics for Flutter web is not working

Open rajubhusani opened this issue 5 months ago • 7 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues.

Which plugins are affected?

Analytics

Which platforms are affected?

Web

Description

Uncaught MissingPluginException(No implementation found for method Analytics#setAnalyticsCollectionEnabled on channel plugins.flutter.io/firebase_analytics) And the logging is not working.

Reproducing the issue

Integrate the Flutter firebase analytics web plugin and tried to firebase_analytics plugin also.. For both the plugins it is not working.. Do we need to go JAVAscript route for flutter web?

Firebase Core version

2.7.1

Flutter Version

3.7.10

Relevant Log Output

Uncaught MissingPluginException(No implementation found for method Analytics#setAnalyticsCollectionEnabled on channel plugins.flutter.io/firebase_analytics)

Flutter dependencies

Expand Flutter dependencies snippet

Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

rajubhusani avatar Mar 29 '24 07:03 rajubhusani