flutter_blocknote_editor 0.0.1
flutter_blocknote_editor: ^0.0.1 copied to clipboard
A Flutter package (beta) that embeds BlockNoteJS inside a WebView with bidirectional communication, transaction batching, and undo/redo safety.
0.0.1-beta #
Beta Release - This is the initial beta release of Flutter BlockNote Editor.
Features #
- WebView integration with BlockNoteJS
- Bidirectional communication between Flutter and JavaScript
- Transaction batching system for efficient updates
- Undo/redo safety implementation
- Support for standard BlockNote blocks (paragraph, heading, list, etc.)
- Custom theme support
- Custom toolbar configuration
- Custom slash commands
- Read-only mode support
- Debug logging support
Known Issues #
- This is a beta version with potential bugs
- BlockNoteJS has known bugs (see GitHub Issues)
- Critical iOS Safari bug: overlapping menus on text selection (BlockNoteJS issue #2122)