Skip to content

Commit

Permalink
[url_launcher] Update description in pubspec.yaml (flutter#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Jan 29, 2021
1 parent 07dade4 commit 647f698
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.0-nullsafety.6

* Correct statement in description about which platforms url_launcher supports.

## 6.0.0-nullsafety.5

* Document that the web plugin is not endorsed in the `nullsafety` prerelease for now.
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/url_launcher/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: url_launcher
description: Flutter plugin for launching a URL on Android and iOS. Supports
description: Flutter plugin for launching a URL. Supports
web, phone, SMS, and email schemes.
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
version: 6.0.0-nullsafety.5
version: 6.0.0-nullsafety.6

flutter:
plugin:
Expand Down

0 comments on commit 647f698

Please sign in to comment.