Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 03b5f62

Browse files
committed
Update README
1 parent cf8a395 commit 03b5f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/url_launcher/url_launcher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ To use this plugin, add `url_launcher` as a [dependency in your pubspec.yaml fil
1111
## Installation
1212

1313
### iOS
14+
Add scheme for any URL passed on `canLaunch` to your _Info.plist_ file.
1415

15-
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
16-
16+
Example:
1717
```
1818
<key>LSApplicationQueriesSchemes</key>
1919
<array>

0 commit comments

Comments
 (0)