Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies

  1. flutter clean
  2. delete /ios/Pods
  3. delete /ios/Podfile.lock
  4. flutter pub get
  5. from inside ios folder: pod install
  6. flutter run