Allow builders to specify by default that they look inside folders outside of lib
#3965
Labels
type-enhancement
A request for a change that isn't a bug
Related to #2426
Some builders may want to deviate a bit from the Dart folder conventions ; such as defining an
asset
orapi
folder.Currently, this requires any project that uses such generator to define a
build.yaml
with:But this is inconvenient because it requires every user of said builder to redefine the
build.yaml
.Proposal: Allow builders to define custom sources
Instead of asking users of a builder to specify the sources, could a builder itself do it?
For example:
I've tried using:
But this doesn't seem to do the same.
The text was updated successfully, but these errors were encountered: