【发布时间】:2022-11-12 16:17:49
【问题描述】:
我是 Flutter 的初学者,我想在我的 Flutter 应用程序中使用 firebase,我在 chrome 上运行我的应用程序,因为模拟器不起作用,我已经配置了 build.gradle 文件和 pubspec.yaml,当我运行我的应用程序我有一个错误说:
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'.
FirebaseAppPlatform.verifyExtends(_delegate);
^^^^^^^^^^^^^
Waiting for connection from debug service on Chrome... 154.8s
Failed to compile application.
【问题讨论】: