dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.25.4
firebase_auth: ^4.17.4
cloud_firestore: ^4.15.4
firebase_storage: ^11.6.5
image_picker: ^1.0.7
uuid: ^4.3.3
firebase_core_platform_interface: 4.5.1
firebase_messaging: ^14.7.15
This is my YAML file I have tried updating the dependencies and still no success.
2
Answers
Step 1:
Delete the
pubspec.lock
file and run the below command on your terminalStep 2:
Update firebase_core_platform_interface dependency to the latest version