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

Commit

Permalink
Merge branch 'master' into updateBuildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored May 5, 2017
2 parents 3f2cbbc + 22ee2a0 commit d8d5374
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion packages/url-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## [0.3.2] - 2017-05-01
## [0.3.3] - 2017-05-01

* Change to buildToolsVersion

## [0.3.2] - 2017-05-04

* Change to README.md

## [0.3.1] - 2017-05-01

* Change to README.md
Expand Down
10 changes: 6 additions & 4 deletions packages/url-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ URL schemes depend on the underlying platform and installed apps.

Common schemes supported by both iOS and Android:

* http:<URL> , https:<URL>
* mailto:<email-address>
* tel:<phone-number>
* sms:<phone-number>
| Scheme | Action | Example |
|---|---|---|
| `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 |
| `tel:<phone number>` | `tel:+1 555 010 999` | Make a phone call to <phone number> using the default phone app |
| `sms:<phone number>` | `sms:5550101234` | Send an SMS message to <phone number> using the default messaging app |

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)

0 comments on commit d8d5374

Please sign in to comment.