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

Thanks for your contribution !
This commit is contained in:
Ben Hall 2021-11-01 07:26:33 +00:00 committed by GitHub
parent fd9eefe6ab
commit 555aec4934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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