Answers for "flutter url launcher not working on ios"

0

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>
Posted by: Guest on November-13-2020

Code answers related to "flutter url launcher not working on ios"

Browse Popular Code Answers by Language