** 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);
I used
.
.
.
firebase_core: ^1.7.0….I cheked in my code but there is not show any error shoud i change in my library file of firebase_core:1.24.0 ***
2
Answers
Because there are some breaking change of firebase_core_platform_interface that do not comply with semantic versioning: https://github.com/firebase/flutterfire/issues/9806
You need to overwrite this library:enter image description here
I have encountered the same issue and i fixed by:
flutter clean
flutter pub get