LoginSignup
2
1

More than 1 year has passed since last update.

Error: Member not found: 'FirebaseAppPlatform.verifyExtends'の解決策

Posted at

概要

FlutterにFirebaseを導入する際以下のようなエラーが出た。

../../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);

解決策

pubspec.yamlに以下を追加する

dependency_overrides:
  firebase_auth_platform_interface: 6.7.0
  firebase_core_platform_interface: 4.5.1
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1