smart_rich_editor 1.0.0
smart_rich_editor: ^1.0.0 copied to clipboard
A lightweight, collapsible, and feature-rich text editor built on top of flutter_quill.
Smart Rich Editor 📝 #
A lightweight, collapsible, and web-compatible rich text editor built on top of flutter_quill.
✨ Features #
- ✅ Collapsible toolbar (basic or full)
- ✅ Copy/Paste support with rich formatting
- ✅ Web clipboard compatibility
- ✅ Supports images (via embed builder)
- ✅ Customizable height, toolbar position, and more
🚀 Usage #
Navigator.push(
context,
MaterialPageRoute(
builder: (_) => const RichTextEditorPage(
collapsibleToolbar: true,
editorHeight: 500,
toolbarAtBottom: true,
),
),
);
📦 Dependencies #
flutter_quillflutter_quill_extensions
🧑💻 Author #
Rahul Sharma
GitHub