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

Commit d8d5374

Browse files
authored
Merge branch 'master' into updateBuildToolsVersion
2 parents 3f2cbbc + 22ee2a0 commit d8d5374

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/url-launcher/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## [0.3.2] - 2017-05-01
1+
## [0.3.3] - 2017-05-01
22

33
* Change to buildToolsVersion
44

5+
## [0.3.2] - 2017-05-04
6+
7+
* Change to README.md
8+
59
## [0.3.1] - 2017-05-01
610

711
* Change to README.md

packages/url-launcher/README.md

Lines changed: 6 additions & 4 deletions
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

0 commit comments

Comments
 (0)