You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/url-launcher/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,12 @@ URL schemes depend on the underlying platform and installed apps.
41
41
42
42
Common schemes supported by both iOS and Android:
43
43
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 <emailaddress> in the default email app |
48
+
|`tel:<phone number>`|`tel:+1 555 010 999`| Make a phone call to <phonenumber> using the default phone app |
49
+
|`sms:<phone number>`|`sms:5550101234`| Send an SMS message to <phonenumber> using the default messaging app |
48
50
49
51
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 commit comments