When I run my bitbucket pipeline for my project im getting an error during flutter test:
/root/.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);
^^^^^^^^^^^^^
When I run flutter test in my terminal I don't have these issues.
My pipeline script is:
- Build Setup
- flutter clean
- flutter pub get
- flutter pub run build_runner build
- bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh)
- flutter test