
I am super excited to announce my Flutter port of Tiptap is now live on pub.dev.
The point of Tiptap's port to Flutter is to maintain crossplatformability between flutter and web. If you have a web app that uses tiptap. And you make flutter app then you will not be able to sync between flutter and web. Because tiptap uses its own custom format for rich text. So the only way to fix this is to have tiptap on flutter as well.
Hence this project.
Demo,
https://raw.githubusercontent.com/blackcoffee2/tiptap-flutter/main/media/demo.gif
Repo links,
https://github.com/blackcoffee2/tiptap-engine https://github.com/blackcoffee2/tiptap-flutter