I'd like to request a new quick-fix for the pubspec.yaml to fix invalid_dependency where it adds the publish_to: none as suggested by the warning description.
Not sure this can be done now (if we support assists/quick-fixes in non-dart files), but it's not critical in any way, just a helping hand for someone like me who has lots of internal packages inside my company that depend on each other.
Summary: The user requests a quick-fix for invalid_dependency errors in pubspec.yaml files. The proposed fix adds publish_to: none to the file, as suggested by the warning message.
I'd like to request a new quick-fix for the pubspec.yaml to fix
invalid_dependency
where it adds thepublish_to: none
as suggested by the warning description.Not sure this can be done now (if we support assists/quick-fixes in non-dart files), but it's not critical in any way, just a helping hand for someone like me who has lots of internal packages inside my company that depend on each other.