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

Commit 647f698

Browse files
authored
[url_launcher] Update description in pubspec.yaml (#2858)
1 parent 07dade4 commit 647f698

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/url_launcher/url_launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-nullsafety.6
2+
3+
* Correct statement in description about which platforms url_launcher supports.
4+
15
## 6.0.0-nullsafety.5
26

37
* Document that the web plugin is not endorsed in the `nullsafety` prerelease for now.

packages/url_launcher/url_launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![pub package](https://img.shields.io/pub/v/url_launcher.svg)](https://pub.dev/packages/url_launcher)
44

5-
A Flutter plugin for launching a URL in the mobile platform. Supports
5+
A Flutter plugin for launching a URL. Supports
66
iOS, Android, web, Windows, macOS, and Linux.
77

88
## Usage

packages/url_launcher/url_launcher/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: url_launcher
2-
description: Flutter plugin for launching a URL on Android and iOS. Supports
2+
description: Flutter plugin for launching a URL. Supports
33
web, phone, SMS, and email schemes.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
5-
version: 6.0.0-nullsafety.5
5+
version: 6.0.0-nullsafety.6
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)