-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
This logic is checking if package.packageUriRoot directory exists, so the lib directory.
| if (!fileSystem.directory(package.packageUriRoot).existsSync()) { |
flutter/packages#1951 removed this directory flutter_template_images
Removes the empty Dart file, which used to be required by pub.dev checks but no longer is.
But because the lib doesn't exist, on every run it thinks the pub dependencies are out of date, and pub get needs to be run.
Either that directory is needed, or the tool needs to be updated.
Metadata
Metadata
Assignees
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.