Target of URI doesn't exist: 'package:cloud_firestore/cloud_firestore.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
I installed cloud firestore in pubspec yaml file but I still get this error
Target of URI doesn't exist: 'package:cloud_firestore/cloud_firestore.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
I installed cloud firestore in pubspec yaml file but I still get this error
Copyright © 2021 Jogjafile Inc.
Run
flutter cleanand then runflutter pub getin the console.I think this will work.