google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 607 forks source link

Unable to find a plugin.vcxproj for plugin "window_size" #772

Closed brilliapps closed 4 years ago

brilliapps commented 4 years ago

Describe the bug Not very experienced github and flutter user but on windows 10 i have this flutter run -d windows Unable to find a plugin.vcxproj for plugin "window_size". Google doesn't help much about this plugin.vcxproj I see in the issues section there are people having this working, not like me. My pubspec.yaml i have this: dependencies: flutter: sdk: flutter process_run: ^0.10.10+2 window_size: git: url: git://github.com/google/flutter-desktop-embedding.git path: plugins/window_size ref: #770 cupertino_icons: ^0.1.3

Doctor Output Please provide the output of flutter doctor -v:

stuartmorgan commented 4 years ago

Duplicate of #769