Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Place your asset folder inside your Flutter project. Won't that help? Commented Aug 29, 2019 at 6:29
  • Yeah, I have image under asset folder and is already defined in pubspec.yaml Commented Aug 29, 2019 at 6:56
  • I don't think this is a flutter problem. because its about accessing assets from a web view if I understand this right. Commented Sep 17, 2019 at 11:53
  • There is a problem only with iOS because we can access the asset images in android. But in iOS I do not know how to access the asset image path in order to render image via HTML, CSS. Commented Sep 18, 2019 at 4:18
  • You can check the answer from here stackoverflow.com/questions/56787422/… Commented Mar 31, 2020 at 8:51