pubspec.yaml: Changed git url from git:// to https:// because git:// wa casuingnetowrk errors and timing out/wouldn't install with 'flutter pub get'

This commit is contained in:
Ben Hall 2021-10-30 23:01:53 +01:00
parent fd9eefe6ab
commit 7884df8135
1 changed files with 2 additions and 1 deletions

View File

@ -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