79230225

Date: 2024-11-27 12:19:27
Score: 2
Natty:
Report link

For me this worked

  1. flutter pub cache clean
  2. change the pubspec.yml sdk: ">=3.0.0 <=3.24.5"
  3. url_launcher: ^6.3.1
  4. cd ios
  5. pod install (delete the lock file)
  6. flutter run

This will cleanup any cache of old url_launcher and get new one i.e. 6.3.1 and it will work.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sumit Mittal POD IT Servies