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

[url_launcher] Replaced reference to shared_preferences with correct reference to url_launcher in README. #4211

Merged
Merged
Show file tree
Hide file tree
Changes from all 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/url_launcher_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.

## 2.0.1

* Updated installation instructions in README.
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Linux implementation of [`url_launcher`][1].

## Usage

This package is [endorsed][2], which means you can simply use `shared_preferences`
This package is [endorsed][2], which means you can simply use `url_launcher`
normally. This package will be automatically included in your app when you do.

[1]: https://pub.dev/packages/url_launcher
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: url_launcher_linux
description: Linux implementation of the url_launcher plugin.
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_linux
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 2.0.1
version: 2.0.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.

## 2.0.1

* Add native unit tests.
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The macos implementation of [`url_launcher`][1].

## Usage

This package is [endorsed][2], which means you can simply use `shared_preferences`
This package is [endorsed][2], which means you can simply use `url_launcher`
normally. This package will be automatically included in your app when you do.

[1]: https://pub.dev/packages/url_launcher
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: url_launcher_macos
description: macOS implementation of the url_launcher plugin.
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_macos
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 2.0.1
version: 2.0.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.3

- Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.

## 2.0.2

- Updated installation instructions in README.
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The web implementation of [`url_launcher`][1].

## Usage

This package is [endorsed][2], which means you can simply use `shared_preferences`
This package is [endorsed][2], which means you can simply use `url_launcher`
normally. This package will be automatically included in your app when you do.

[1]: https://pub.dev/packages/url_launcher
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: url_launcher_web
description: Web platform implementation of url_launcher
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 2.0.2
version: 2.0.3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.

## 2.0.1

* Updated installation instructions in README.
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Windows implementation of [`url_launcher`][1].

## Usage

This package is [endorsed][2], which means you can simply use `shared_preferences`
This package is [endorsed][2], which means you can simply use `url_launcher`
normally. This package will be automatically included in your app when you do.

[1]: https://pub.dev/packages/url_launcher
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: url_launcher_windows
description: Windows implementation of the url_launcher plugin.
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_windows
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 2.0.1
version: 2.0.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down