For me this worked
- flutter pub cache clean
- change the pubspec.yml sdk: ">=3.0.0 <=3.24.5"
- url_launcher: ^6.3.1
- cd ios
- pod install (delete the lock file)
- flutter run
This will cleanup any cache of old url_launcher and get new one i.e. 6.3.1 and it will work.