flutter_rich_text_pro 0.0.1 copy "flutter_rich_text_pro: ^0.0.1" to clipboard
flutter_rich_text_pro: ^0.0.1 copied to clipboard

A powerful and customizable WYSIWYG rich text editor for Flutter with HTML and Markdown support.

Flutter Rich Text Editor #

Flutter Rich Text Editor

A powerful and customizable WYSIWYG rich text editor for Flutter. Supports text formatting, alignment, lists, links, image insertion, and exporting as HTML or Markdown.

📌 Features #

Text Formatting – Bold, Italic, Underline, Strikethrough
Text Alignment – Left, Center, Right, Justify
Lists – Bullet points & Numbered lists
Hyperlinks & Images – Add and format links & images
Customizable Fonts & Sizes
Export as HTML/Markdown
Cross-Platform – Works on Android, iOS, and Web

🚀 Installation #

Add this package to your pubspec.yaml:

dependencies:
  flutter_rich_text_editor: ^0.0.1
  
## 📌 Use it in your app:
CustomRichTextEditor(
          onTextChanged: (){},
          maxLength: 200,
          primaryColor: Colors.teal.withOpacity(0.8),
          borderColor: Colors.teal,
          height: 150,
          availableFonts: const ['OpenSans', 'Nunito', 'Poppins'],
          availableSizes: const [12, 14, 16, 18, 24, 36, 48, 72],
        ),
4
likes
120
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful and customizable WYSIWYG rich text editor for Flutter with HTML and Markdown support.

Homepage

License

MIT (license)

Dependencies

flutter, flutter_lints, get, google_fonts, hexcolor, image_picker, url_launcher

More

Packages that depend on flutter_rich_text_pro