From 2b74d6ab1584f9451ddaa8dada8518cf0833c26d Mon Sep 17 00:00:00 2001 From: Agniswar Mandal <39838328+agniswarm@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:05:43 +0530 Subject: [PATCH 1/4] Making the link a secure link This increases the score for the package on pub.dev --- packages/connectivity/connectivity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectivity/connectivity/README.md b/packages/connectivity/connectivity/README.md index f51be070d8f5..cde39949338f 100644 --- a/packages/connectivity/connectivity/README.md +++ b/packages/connectivity/connectivity/README.md @@ -106,6 +106,6 @@ To request location authorization, make sure to add the following keys to your _ ## Getting Started For help getting started with Flutter, view our online -[documentation](http://flutter.io/). +[documentation](https://flutter.io/). For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). From 69344ec7353b2e7c63875e9b86b1d616d0f7e745 Mon Sep 17 00:00:00 2001 From: Agniswar Mandal <39838328+agniswarm@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:22:32 +0530 Subject: [PATCH 2/4] Update CHANGELOG.md --- packages/connectivity/connectivity/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/connectivity/connectivity/CHANGELOG.md b/packages/connectivity/connectivity/CHANGELOG.md index 9cecf8cd1489..f3d25d869911 100644 --- a/packages/connectivity/connectivity/CHANGELOG.md +++ b/packages/connectivity/connectivity/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.9+2 + +* Updated the link in the Readme.md file to a secure link. + ## 0.4.9+1 * Update package:e2e reference to use the local version in the flutter/plugins From b14611eec676aa1d213192b42beb53626c45ebfc Mon Sep 17 00:00:00 2001 From: Agniswar Mandal <39838328+agniswarm@users.noreply.github.com> Date: Tue, 28 Jul 2020 15:35:37 +0530 Subject: [PATCH 3/4] Changed it to flutter.dev instead of flutter.io --- packages/connectivity/connectivity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectivity/connectivity/README.md b/packages/connectivity/connectivity/README.md index cde39949338f..d76b6ebd6cc6 100644 --- a/packages/connectivity/connectivity/README.md +++ b/packages/connectivity/connectivity/README.md @@ -106,6 +106,6 @@ To request location authorization, make sure to add the following keys to your _ ## Getting Started For help getting started with Flutter, view our online -[documentation](https://flutter.io/). +[documentation](https://flutter.dev/). For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). From 5b9ce0c1c04b5754dca118b257745e638487ef61 Mon Sep 17 00:00:00 2001 From: Agniswar Mandal <39838328+agniswarm@users.noreply.github.com> Date: Fri, 31 Jul 2020 17:29:55 +0530 Subject: [PATCH 4/4] Update pubspec.yaml --- packages/connectivity/connectivity/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectivity/connectivity/pubspec.yaml b/packages/connectivity/connectivity/pubspec.yaml index cfe47792ff18..45782d296427 100644 --- a/packages/connectivity/connectivity/pubspec.yaml +++ b/packages/connectivity/connectivity/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/c # 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump # the version to 2.0.0. # See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.4.9+1 +version: 0.4.9+2 flutter: plugin: