Open zjhiphop opened 2 years ago
Hi,
I cannot reproduce it – it works for me. Are you sure that the images are shown in the main app, and are broken in storybook only?
Hey @zjhiphop, the package should not involve asset manipulation for local assets, so it should work. However, I had an issue with network images. For that, I had to update macos/Runner/DebugProfile.entitlements
file with
<key>com.apple.security.network.client</key>
<true/>
So if you are having this issue, please try this approach.
Hi, there
Recently i tried to use story book to present components and found there is a image assets issue.
There is a component Rating as:
And i tried to present the rating inside story book as:
All images inside Rating widget not shown.
My flutter env:
Please help to check this issue, tks!