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

Commit 61d6fc9

Browse files
authored
Fix url_launcher README.md (#48)
1 parent 7b57779 commit 61d6fc9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/url-launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.2] - 2017-05-15
2+
3+
* Change to README.md.
4+
15
## [0.4.1] - 2017-05-09
26

37
* Upgrade Android SDK Build Tools to 25.0.3.

packages/url-launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ URL schemes depend on the underlying platform and installed apps.
4343

4444
Common schemes supported by both iOS and Android:
4545

46-
| Scheme | Action | Example |
46+
| Scheme | Example | Action |
4747
|---|---|---|
4848
| `http:<URL>` , `https:<URL>` | `http://flutter.io` | Open URL in the default browser |
4949
| `mailto:<email address>` | `mailto:[email protected]` | Open <email address> in the default email app |

packages/url-launcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: url_launcher
22

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

0 commit comments

Comments
 (0)