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

 it can be solved by executing the following commands in the terminal.

  1. Go to /ios folder inside your Project.
  2. Delete Podfile.lock
  3. Run pod install --repo-update (Make sure your cd into the iOS directory of the flutter app)
  4. Run flutter clean
  5. Once complete, rebuild your Flutter application: flutter run''

댓글