The version i used firebase_database: ^9.1.7, flutter_geofire: ^2.0.0
3
Run:
$ flutter pub add flutter_geofire
This will add a line like this to your package’s pubspec.yaml:
dependencies: flutter_geofire: ^2.0.1
Try
pod update and then pod install
pod update
pod install
A way I ‘reset’ pods:
cd ios
mv Podfile podfile-bak
rm -rf Pod*
pod init
mv podfile-bak Podfile
cd ..
flutter run
Click here to cancel reply.
3
Answers
Run:
This will add a line like this to your package’s pubspec.yaml:
Try
pod update
and thenpod install
A way I ‘reset’ pods:
cd ios
mv Podfile podfile-bak
rm -rf Pod*
pod init
mv podfile-bak Podfile
pod install
pod update
cd ..
flutter run