flutter url launcher not working on ios code example
Example: flutter url launcher not working on ios
// Add these lines in ios/Runner/Info.plist
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>