This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 12 files changed +24
-8
lines changed
12 files changed +24
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.2
2
+
3
+ * Replaced reference to ` shared_preferences ` plugin with the ` url_launcher ` in the README.
4
+
1
5
## 2.0.1
2
6
3
7
* Updated installation instructions in README.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Linux implementation of [`url_launcher`][1].
4
4
5
5
## Usage
6
6
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 `
8
8
normally. This package will be automatically included in your app when you do.
9
9
10
10
[ 1 ] : https://pub.dev/packages/url_launcher
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: url_launcher_linux
2
2
description : Linux implementation of the url_launcher plugin.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_linux
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 2.0.2
2
+
3
+ * Replaced reference to ` shared_preferences ` plugin with the ` url_launcher ` in the README.
4
+
1
5
## 2.0.1
2
6
3
7
* Add native unit tests.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The macos implementation of [`url_launcher`][1].
4
4
5
5
## Usage
6
6
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 `
8
8
normally. This package will be automatically included in your app when you do.
9
9
10
10
[ 1 ] : https://pub.dev/packages/url_launcher
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: url_launcher_macos
2
2
description : macOS implementation of the url_launcher plugin.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_macos
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 2.0.3
2
+
3
+ - Replaced reference to ` shared_preferences ` plugin with the ` url_launcher ` in the README.
4
+
1
5
## 2.0.2
2
6
3
7
- Updated installation instructions in README.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The web implementation of [`url_launcher`][1].
4
4
5
5
## Usage
6
6
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 `
8
8
normally. This package will be automatically included in your app when you do.
9
9
10
10
[ 1 ] : https://pub.dev/packages/url_launcher
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: url_launcher_web
2
2
description : Web platform implementation of url_launcher
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_web
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 2.0.2
2
+
3
+ * Replaced reference to ` shared_preferences ` plugin with the ` url_launcher ` in the README.
4
+
1
5
## 2.0.1
2
6
3
7
* Updated installation instructions in README.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Windows implementation of [`url_launcher`][1].
4
4
5
5
## Usage
6
6
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 `
8
8
normally. This package will be automatically included in your app when you do.
9
9
10
10
[ 1 ] : https://pub.dev/packages/url_launcher
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: url_launcher_windows
2
2
description : Windows implementation of the url_launcher plugin.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_windows
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments