Skip to content

Commit 24fda6b

Browse files
authored
Update README.md
1 parent d85df34 commit 24fda6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
6767

6868
- [Rendering Reference](#rendering-reference)
6969

70-
- [Images](#images)
70+
- [Image](#image)
7171

7272
- [Iframe](#iframe)
7373

@@ -326,6 +326,8 @@ class CustomRenderExampleState extends State<CustomRenderExample> {
326326
```
327327
</details>
328328

329+
More example usages and in-depth details available [here](https://github.com/Sub6Resources/flutter_html/wiki/All-About-customRender).
330+
329331
### onImageError:
330332

331333
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(
427429
);
428430
```
429431

432+
More examples and in-depth details available [here](https://github.com/Sub6Resources/flutter_html/wiki/Style).
433+
430434
### navigationDelegateForIframe:
431435

432436
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

Comments
 (0)