smart_rich_editor 1.0.2 copy "smart_rich_editor: ^1.0.2" to clipboard
smart_rich_editor: ^1.0.2 copied to clipboard

A lightweight, collapsible, and feature-rich text editor built on flutter_quill. Supports web clipboard, collapsible toolbar, custom editor size, cross-platform compatibility, and rich text formatti [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_rich_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_rich_editor: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_rich_editor/smart_rich_editor.dart';
0
likes
130
points
242
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, collapsible, and feature-rich text editor built on flutter_quill. Supports web clipboard, collapsible toolbar, custom editor size, cross-platform compatibility, and rich text formatting with zero configuration.

Repository (GitHub)
View/report issues

Topics

#editor #rich-text #quill #ui #text-editor

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_quill

More

Packages that depend on smart_rich_editor