From 7884df8135f5321645514b22b9643b49a522becd Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 30 Oct 2021 23:01:53 +0100 Subject: [PATCH] pubspec.yaml: Changed git url from git:// to https:// because git:// wa casuingnetowrk errors and timing out/wouldn't install with 'flutter pub get' --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 45b8780..0659e1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,8 +36,9 @@ dependencies: cupertino_icons: ^1.0.2 window_size: git: - url: git://github.com/google/flutter-desktop-embedding.git + url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size + ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 quiver: ^3.0.1+1 tuple: ^2.0.0 file_picker: ^4.1.6