The-Artista/flutter_img

feat: add package for asset image

Closed this issue · 3 comments

Description

Add the possibility to specify a package name for asset images.

Requirements

  • Be able to specify a package name for asset images

Additional Context

Sometimes the assets images are located in a package (if we have a specific package to build a design system for example). If we want to display an image in the app, it can't be loaded because the path can't be found.
The changes are simple, I created a commit for it but I don't have the rights to push to this repository.

hello @Zigotote , thanks for creating this issue and for this nice idea. it will be great to have this feature in this package. please create a PR from your fork repo.

Detailed instructions on how to contribute to this package can be found in the CONTRIBUTING.md file.

Hi @ishafiul, I'm not used to open source contribution and didn't thought about the Contributing file. Thanks for your explanation, I just opened the PR.