Closed
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Analytics
Which platforms are affected?
Android
Description
class FlutterFirebaseAnalyticsPlugin : FlutterFirebasePlugin,
FlutterPlugin, FirebaseAnalyticsHostApi
Reproducing the issue
firebase_analytics: 11.5.1
flutter run
Firebase Core version
3.15.0
Flutter Version
3.32.5
Relevant Log Output
android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:54: 错误: 找不到符号
flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.analytics.FlutterFirebaseAnalyticsPlugin());
^
符号: 类 FlutterFirebaseAnalyticsPlugin
位置: 程序包 io.flutter.plugins.firebase.analytics
1 个错误
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