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

[url_launcher] Added a note to the README #2031

Merged
merged 5 commits into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.5

* Update README.

## 5.1.4

* Update and migrate iOS example project.
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Common schemes supported by both iOS and Android:
| `tel:<phone number>`, e.g. `tel:+1 555 010 999` | Make a phone call to <phone number> using the default phone app |
| `sms:<phone number>`, e.g. `sms:5550101234` | Send an SMS message to <phone number> using the default messaging app |

URL schemes will fail if there are no apps installed on the device that can
support them. For example, iOS simulators don't have a default email or phone
apps installed and can't open `tel:` or `mailto:` links.

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)

## Handling missing URL receivers
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for launching a URL on Android and iOS. Supports
web, phone, SMS, and email schemes.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher
version: 5.1.4
version: 5.1.5

flutter:
plugin:
Expand Down