forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix url_launcher README.md (flutter#48)
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ URL schemes depend on the underlying platform and installed apps. | |
|
||
Common schemes supported by both iOS and Android: | ||
|
||
| Scheme | Action | Example | | ||
| Scheme | Example | Action | | ||
|---|---|---| | ||
| `http:<URL>` , `https:<URL>` | `http://flutter.io` | Open URL in the default browser | | ||
| `mailto:<email address>` | `mailto:[email protected]` | Open <email address> in the default email app | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: url_launcher | ||
|
||
version: 0.4.1 | ||
version: 0.4.2 | ||
description: A Flutter plugin for launching a URL. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher | ||
|