samuelezedi / flutter_clipboard

A plugin that helps you copy to clipboard and paste from clipboard.
Other
36 stars 7 forks source link

Could not find a file named "pubspec.yaml" in "C:\flutter\.pub-cache\hosted\pub.dartlang.org\clipboard-0.1.3" #11

Closed tobiasht closed 2 years ago

tobiasht commented 2 years ago

When running flutter pub run build_runner build --delete-conflicting-outputs I get the following error:

Could not find a file named "pubspec.yaml" in "C:\flutter.pub-cache\hosted\pub.dartlang.org\clipboard-0.1.3". pub finished with exit code 66

My current workaround is:

  1. Remove clipboard from the dependencies
  2. Run pub get
  3. Rerun the command
  4. Add clipboard back to the dependencies
  5. Run pub get