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

Commit 22ee2a0

Browse files
authored
Add more details in url_launcher Readme (#19)
1 parent aee4bc8 commit 22ee2a0

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

packages/url-launcher/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.2] - 2017-05-04
2+
3+
* Change to README.md
4+
15
## [0.3.1] - 2017-05-01
26

37
* Change to README.md

packages/url-launcher/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ URL schemes depend on the underlying platform and installed apps.
4141

4242
Common schemes supported by both iOS and Android:
4343

44-
* http:<URL> , https:<URL>
45-
* mailto:<email-address>
46-
* tel:<phone-number>
47-
* sms:<phone-number>
44+
| Scheme | Action | Example |
45+
|---|---|---|
46+
| `http:<URL>` , `https:<URL>` | `http://flutter.io` | Open URL in the default browser |
47+
| `mailto:<email address>` | `mailto:[email protected]` | Open <email address> in the default email app |
48+
| `tel:<phone number>` | `tel:+1 555 010 999` | Make a phone call to <phone number> using the default phone app |
49+
| `sms:<phone number>` | `sms:5550101234` | Send an SMS message to <phone number> using the default messaging app |
4850

4951
More details can be found here for [iOS](https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html) and [Android](https://developer.android.com/guide/components/intents-common.html)
5052

packages/url-launcher/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: url_launcher
22

3-
version: 0.3.1
3+
version: 0.3.2
44
description: A Flutter plugin for launching a URL
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/plugins

0 commit comments

Comments
 (0)