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

Could we use flutter pub run build_runner build? #33

Closed amorenew closed 4 years ago

amorenew commented 4 years ago

I am not sure how the library is working but do we need spider build, or we can use flutter pub run build_runner build ?

amorenew commented 4 years ago

This library is using build_runner but your library has more features https://pub.dev/packages/assets_scanner

BirjuVachhani commented 4 years ago

@amorenew As of now, Spider doesn't support build_runner. Spider is a CLI tool that can be used independently without creating a dependency to your project.

Use spider build command to generate references.

I am closing this for now. Hope this will resolve your query. Feel free to reopen in case of further help.