@@ -42,6 +42,7 @@ in `Flutter` in a few easy steps.
42
42
- [ 5.3 Change the ` _onImagePickCallback ` callback function] ( #53-change-the-_onimagepickcallback-callback-function )
43
43
- [ 6. Give the app a whirl] ( #6-give-the-app-a-whirl )
44
44
- [ A note about testing 🧪] ( #a-note-about-testing- )
45
+ - [ Alternative editors] ( #alternative-editors )
45
46
- [ Found this useful?] ( #found-this-useful )
46
47
47
48
@@ -1808,6 +1809,26 @@ It also includes custom web embeds,
1808
1809
which means the class `ImageEmbedBuilderWeb`
1809
1810
is also not covered.
1810
1811
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
+
1811
1832
# Found this useful?
1812
1833
1813
1834
If you found this example useful,
0 commit comments