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
+44-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The current `enough_html_editor` package the following widgets:
12
12
*`SliverHeaderHtmlEditorControls` wrapper to use the editor controls within a `CustomScrollView` as a sticky header.
13
13
*`HtmlEditorApi` - not a widget - the API to control the editor, use the API to access the edited HTML text or to set the current text bold, add an unordered list, etc.
14
14
15
-
### Simple usage
15
+
### Access API
16
16
You choose between two options to access the API:
17
17
1. Use the `onCreated(HtmlEditorApi)` callback:
18
18
```dart
@@ -47,14 +47,55 @@ You choose between two options to access the API:
47
47
48
48
Either the API or the global key is required for creating the `HtmlEditorControls`.
The latest version or `enough_html_editor` is [](https://pub.dartlang.org/packages/enough_html_editor).
0 commit comments