mb_rich_editor 1.2.1
mb_rich_editor: ^1.2.1 copied to clipboard
A highly customizable WebView-based rich text editor for Flutter with pre-built toolbar.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2026-01-18 #
Added #
- Mention plugin with @-trigger detection and user picker
- SmartBlockquotePlugin class-based structure
- MentionUser model for user mentions
Changed #
- Renamed RichEditor classes to MB prefix (MBRichEditorController, MBRichEditor)
- Consolidated mention logic into MentionPlugin class
- Improved code quality with const modifiers and super parameters
Removed #
- Unused mention classes consolidated into plugin
- Deprecated plugins (emoji, mention, rich_editor_plugin)