You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
I don't know if this is supposed to be a path or a URI, but as a path the %20 is not valid. If I run pub get in this folder I see the same error as above, but if I replace it with a space, then it works.
When trying to repro an issue for @pattobrien, I noticed custom_lint was failing to start:
The issue is that the
pubspec.yamlthat gets generated looks contains:I don't know if this is supposed to be a path or a URI, but as a path the
%20is not valid. If I runpub getin this folder I see the same error as above, but if I replace it with a space, then it works.