From e2be04cd2c697831574c6af89a7d92c92f551edd Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:25:00 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b3287eb8..8efbfc94 100644 --- a/README.md +++ b/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: