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

Commit a3accd7

Browse files
authored
Replace reference to shared_preferences with url_launcher (#4211)
1 parent 477a13d commit a3accd7

File tree

12 files changed

+24
-8
lines changed

12 files changed

+24
-8
lines changed

packages/url_launcher/url_launcher_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.
4+
15
## 2.0.1
26

37
* Updated installation instructions in README.

packages/url_launcher/url_launcher_linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Linux implementation of [`url_launcher`][1].
44

55
## Usage
66

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

1010
[1]: https://pub.dev/packages/url_launcher

packages/url_launcher/url_launcher_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher_linux
22
description: Linux implementation of the url_launcher plugin.
33
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_linux
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
5-
version: 2.0.1
5+
version: 2.0.2
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

packages/url_launcher/url_launcher_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.
4+
15
## 2.0.1
26

37
* Add native unit tests.

packages/url_launcher/url_launcher_macos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The macos implementation of [`url_launcher`][1].
44

55
## Usage
66

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

1010
[1]: https://pub.dev/packages/url_launcher

packages/url_launcher/url_launcher_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher_macos
22
description: macOS implementation of the url_launcher plugin.
33
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_macos
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
5-
version: 2.0.1
5+
version: 2.0.2
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

packages/url_launcher/url_launcher_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.3
2+
3+
- Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.
4+
15
## 2.0.2
26

37
- Updated installation instructions in README.

packages/url_launcher/url_launcher_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The web implementation of [`url_launcher`][1].
44

55
## Usage
66

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

1010
[1]: https://pub.dev/packages/url_launcher

packages/url_launcher/url_launcher_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher_web
22
description: Web platform implementation of url_launcher
33
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
5-
version: 2.0.2
5+
version: 2.0.3
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

packages/url_launcher/url_launcher_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.
4+
15
## 2.0.1
26

37
* Updated installation instructions in README.

packages/url_launcher/url_launcher_windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Windows implementation of [`url_launcher`][1].
44

55
## Usage
66

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

1010
[1]: https://pub.dev/packages/url_launcher

packages/url_launcher/url_launcher_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher_windows
22
description: Windows implementation of the url_launcher plugin.
33
repository: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_windows
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
5-
version: 2.0.1
5+
version: 2.0.2
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)