smart_rich_editor 1.0.0 copy "smart_rich_editor: ^1.0.0" to clipboard
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_quill
  • flutter_quill_extensions

🧑‍💻 Author #

Rahul Sharma
GitHub

0
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, collapsible, and feature-rich text editor built on top of flutter_quill.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_quill, flutter_quill_extensions

More

Packages that depend on smart_rich_editor