Skip to content

Commit f96e0d2

Browse files
committed
chore: Add readme pointing to visual editor finished application. #3
1 parent cc2f104 commit f96e0d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: README.md

+21
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ in `Flutter` in a few easy steps.
4242
- [5.3 Change the `_onImagePickCallback` callback function](#53-change-the-_onimagepickcallback-callback-function)
4343
- [6. Give the app a whirl](#6-give-the-app-a-whirl)
4444
- [A note about testing 🧪](#a-note-about-testing-)
45+
- [Alternative editors](#alternative-editors)
4546
- [Found this useful?](#found-this-useful)
4647

4748

@@ -1808,6 +1809,26 @@ It also includes custom web embeds,
18081809
which means the class `ImageEmbedBuilderWeb`
18091810
is also not covered.
18101811

1812+
# Alternative editors
1813+
1814+
There are a myriad of alternative editors that you can use in Flutter.
1815+
We've chosen this one because it offers us the option
1816+
to get [`Delta` files](https://quilljs.com/docs/delta/),
1817+
which allows us to see text contents and changes throughout its lifetime.
1818+
1819+
However, there are other editors that you may consider:
1820+
- [`super_editor`](https://pub.dev/packages/super_editor)
1821+
- [`appflowy_editor`](https://github.com/AppFlowy-IO/appflowy-editor)
1822+
- [`visual-editor`](https://github.com/visual-space/visual-editor) (a fork of `flutter-quill`)
1823+
1824+
We've created a specific folder that will help you migrate
1825+
the code you've *just implemented*
1826+
from `flutter-quill` to `visual-editor`.
1827+
1828+
You can check the finished migrated application
1829+
and the guide in [`_visual-editor`](./_visual-editor/).
1830+
1831+
18111832
# Found this useful?
18121833

18131834
If you found this example useful,

0 commit comments

Comments
 (0)