dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
545 B
24 lines
545 B
1 year ago
|
# Flutter Quill HTML
|
||
|
A extension for [flutter_quill](https://pub.dev/packages/flutter_quill) package to add support for dealing with conversion to/from html
|
||
|
|
||
|
It uses [vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html) package to convert the the delta to HTML
|
||
|
|
||
|
## Features
|
||
|
|
||
|
```markdown
|
||
|
- Easy to use
|
||
|
- Support with Flutter Quill package
|
||
|
```
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
This will be updated soon.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Take a look at the example of the repo, This will be updated soon.
|
||
|
|
||
|
## Additional information
|
||
|
|
||
|
This will be updated soon.
|