tiptap_flutter 0.0.2
tiptap_flutter: ^0.0.2 copied to clipboard
A Flutter rich-text editor powered by the real Tiptap engine in a headless WebView. Native rendering, composable widgets.
0.0.1 #
- Initial alpha release.
- Headless Tiptap engine running in an invisible WebView.
- Native Flutter document rendering with position-accurate selection and cursor painting.
- Composable widget API:
EditorController,TiptapEditor,TiptapToolbar,DebugOverlay. - Delta-based text input with hardware keyboard fallback.
- Extensible node renderer registry for custom node types.
- Full content round-trip: load HTML/JSON, edit, retrieve as HTML, JSON, or plain text.
0.0.2 #
- Fix pub.dev analysis issues.