79196444

Date: 2024-11-17 03:34:53
Score: 1
Natty:
Report link

Update your dependencies in pubspec.yml to the compatible version

dependencies:
  flutter:
    sdk: flutter
  url_launcher: ^6.1.7
  url_launcher_ios: ^6.1.7

Run

flutter pub get

Then clean and build cache

flutter clean
flutter pub get
cd ios
pod install
flutter run
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: K.pen