From 72eaa0057d68b1435f3ddc6fa765fcaebf7bea7f Mon Sep 17 00:00:00 2001 From: AmitB Date: Thu, 23 Jul 2020 14:08:55 +0530 Subject: [PATCH] Update flutter.io link with https This will fix "Links in `README.md` should be secure." feedback on package score --- packages/device_info/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/device_info/README.md b/packages/device_info/README.md index db846c39690c..d0bc70a72ce9 100644 --- a/packages/device_info/README.md +++ b/packages/device_info/README.md @@ -33,6 +33,6 @@ You will find links to the API docs on the [pub page](https://pub.dartlang.org/p ## 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).