angjelkom/flutter_netflix

Could not find a file named "packages/go_router/pubspec.yaml"

thomastthai opened this issue · 1 comments

From a fresh download as of today and running flutter pub get results in the following errors:

Running "flutter pub get" in flutter_netflix...
pub get failed (1; Could not find a file named "packages/go_router/pubspec.yaml" in
https://github.com/angjelkom/packages.git 401134155f4d261df14f5f7ad53fdd08c9f9ca8b.)

That error was strange as I found "packages/go_router/pubspec.yaml" in your repo. A few changes were made to eliminate the error, but none worked until the change with Windows 11 Developer Mode below:

  1. On Windows 11, press the Windows Start key or go into Windows Search and type 'Developer Settings'. Click on the match that shows up for 'Developer Settings'. 'Privacy & Security > For developers' page will show up.
  2. In 'Developer Mode" section at the top, toggle the switch to On.

image