You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
67
67
68
68
-[Rendering Reference](#rendering-reference)
69
69
70
-
-[Images](#images)
70
+
-[Image](#image)
71
71
72
72
-[Iframe](#iframe)
73
73
@@ -326,6 +326,8 @@ class CustomRenderExampleState extends State<CustomRenderExample> {
326
326
```
327
327
</details>
328
328
329
+
More example usages and in-depth details available [here](https://github.com/Sub6Resources/flutter_html/wiki/All-About-customRender).
330
+
329
331
### onImageError:
330
332
331
333
A function that defines what the widget should do when an image fails to load. The function exposes the exception `Object` and `StackTrace` to use in your implementation.
@@ -427,6 +429,8 @@ Widget html = Html(
427
429
);
428
430
```
429
431
432
+
More examples and in-depth details available [here](https://github.com/Sub6Resources/flutter_html/wiki/Style).
433
+
430
434
### navigationDelegateForIframe:
431
435
432
436
Allows you to set the `NavigationDelegate` for the `WebView`s of all the iframes rendered by the `Html` widget. You can block or allow the loading of certain URLs with the `NavigationDelegate`.
0 commit comments