natt-han
natt-han
that different from my setup. here a example repo https://github.com/natt-han/monarch_test this is widget https://github.com/natt-han/monarch_test/blob/main/lib/asset_widget.dart this is story https://github.com/natt-han/monarch_test/blob/main/stories/asset_widget_stories.dart
but this is how I want It to be. the example repo is a package type project. there will be another application type project as the main project that will...
> Unless I'm mistaken but based on that, you should use `Image.asset()` as below: > > Let's call the package containing AssetWidget 'asset_widget_package' > > * When refering to assets...