We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help please lib/analytics/analytics_service.dart:4:37: Error: Couldn't find constructor 'FirebaseAnalytics'. final FirebaseAnalytics analytics = FirebaseAnalytics();
The text was updated successfully, but these errors were encountered:
check Firebase Analytics package is properly installed and imported in your project
Sorry, something went wrong.
The correct line should be: final FirebaseAnalytics analytics = FirebaseAnalytics.instance;
That should solve the problem
No branches or pull requests
Help please
lib/analytics/analytics_service.dart:4:37: Error: Couldn't find constructor 'FirebaseAnalytics'.
final FirebaseAnalytics analytics = FirebaseAnalytics();
The text was updated successfully, but these errors were encountered: