Closed Helocominc closed 2 years ago
There is already an extensive custom image render API. Is there anything that you are missing? The documentation is a bit lacking but there are several examples if you go to https://pub.dev/packages/flutter_html/example and search for customImageRenders
.
I am using the latest version of this package (3.0.0) and can't find the customImageRender
i can only find customRender
. Is this parameter only available in the version 2.x ?
It is still available, but it has been merged with the customrender
API. You can fins examples here: https://github.com/Sub6Resources/flutter_html/blob/flutter_html-v3.0.0-alpha.8/example/lib/main.dart#L295
Let us know if you have additional requirements. I'll close this for now as 'already implemented'.
It is still available, but it has been merged with the
customrender
API. You can fins examples here: https://github.com/Sub6Resources/flutter_html/blob/flutter_html-v3.0.0-alpha.8/example/lib/main.dart#L295
I can't find it in 3.0.0-beta.2. @erickok in which version?
@taskindrp Please see https://github.com/Sub6Resources/flutter_html/wiki/Migration-Guides#300
Add support for rendering network url (images or video url) with gridview builder and other widgets like cached network image. This will give access for customizing the image rendered by this package.