Welcome to flutter_rich_text_editor Discussions! #2
Replies: 2 comments
-
Right now I'm using draft.js based editor on web. I'm trying to make something like Notion. The result is in json format, that is very easy to use in mobile flutter app. I like that everything is in blocks, so it's not hard to add customise block for media, or any other custom data. The problem with draft.js, is that it uses immutable.js + there are a lot of bugs and seems like the team are not goint do much to fix it. There are anothe good project called react-contenteditable it's looks good, but it dosn't have good selectible api. So seems like it will take hunderds of hours to make my final goal come true. If we could create something like notion editor in flutter, It would be great. |
Beta Was this translation helpful? Give feedback.
-
I am building an app to generate simple mobile first presences (flutter app based and HTML/AMP based) but I also need a half way real text editor. I am currently tinkering with:
Some aspects may also tie in well with superlist. So it depends on your product vision and timeline. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions