Update README.md

pull/1508/head
Ellet 1 year ago
parent 7d5b1cdf8b
commit e2be04cd2c
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 6
      README.md

@ -141,13 +141,9 @@ _controller = QuillController(
## Configurations
The `QuillToolbar` class lets you customize which formatting options are available.
The `QuillToolbar` and `QuillEditor` widgets lets you customize a lot of things
[Sample Page] provides sample code for advanced usage and configuration.
For **web development**, use `flutter config --enable-web` for flutter or use [ReactQuill] for React.
It is required to provide `EmbedBuilder`, e.g. [defaultEmbedBuildersWeb](https://github.com/singerdmx/flutter-quill/blob/master/example/lib/universal_ui/universal_ui.dart#L99).
### Using Custom App Widget
This project use some adaptive widgets like `AdaptiveTextSelectionToolbar` which require the following delegates:

Loading…
Cancel
Save