tiptap_flutter 0.0.1
tiptap_flutter: ^0.0.1 copied to clipboard
A Flutter port of the Tiptap rich-text editor, powered by a headless WebView engine. Provides composable widgets and a controller-based API for building rich-text editing experiences.
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.