Open
Description
Is there a dart/flutter equivalent of .npmrc
? If not, it would be nice to add support for it.
An example of a use case is the usage of a custom hosted url for a project.
I'd like to have a file with (and possibly be able to commit)
export PUB_HOSTED_URL="https://my-url"
I found #20232 but it is not really readable so I'm not entirely sure it was the same request