BirjuVachhani / spider

A small dart library to generate Assets dart code from assets folder.
https://spider.birju.dev/
Apache License 2.0
190 stars 19 forks source link

Feature/package-property-for-groups #57

Closed Sanlovty closed 1 year ago

Sanlovty commented 2 years ago

Is your feature request related to a problem? Please describe.

In current version it's only available to add package property in global scope ( to all the assets groups). It would be much more convenient if the user can choose the directory for each group.

Describe the solution you'd like

Add a package property to AssetGroup. If global package above is exists , than we use global package, otherwise we use group scope.

BirjuVachhani commented 1 year ago

Closing because of inactivity.