From f2655a28489d84e92b1d404fe42c800614f12ddf Mon Sep 17 00:00:00 2001 From: Aneesh Rao Date: Sat, 9 Apr 2022 13:58:02 +0530 Subject: [PATCH] build(deps): Use https url for git packages Unauthenticated git protocol is no longer supported. Reference: https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- flutter_cache_manager/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_cache_manager/example/pubspec.yaml b/flutter_cache_manager/example/pubspec.yaml index 9ddcb677..8c9a61dc 100644 --- a/flutter_cache_manager/example/pubspec.yaml +++ b/flutter_cache_manager/example/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: baseflow_plugin_template: git: - url: git://github.com/Baseflow/baseflow_plugin_template.git + url: https://github.com/Baseflow/baseflow_plugin_template.git ref: v1.0.0 cupertino_icons: ^1.0.2 flutter: