rich_text_view 1.3.0
rich_text_view: ^1.3.0 copied to clipboard
A simple yet powerful rich text view that supports mention, hashtag, email, url and see more.
##[1.3.0]
- Updated
RTUtils.emailPatternandRTUtils.urlPatternto use RFC 5322 Standard Regex - disposed
suggestionControllercorrectly - added
ItalicsParserandviewMoreLessStyle - Fixed (#31)[https://github.com/nelsonweze/rich_text_view/issues/31] and (#32)[https://github.com/nelsonweze/rich_text_view/issues/32]
- Added
borderColorproperty toSuggestionController
##[1.2.1-dev-1]
- Fixed (#31)[https://github.com/nelsonweze/rich_text_view/issues/31] and (#32)[https://github.com/nelsonweze/rich_text_view/issues/32]
- Added
borderColorproperty toSuggestionController
1.2.0 #
- BREAKING: Removed
ParsedType, renamedMatchTexttoParserType RichTextView.supportedTypesnow takes list ofParserTypeegMentionParser,HashTagParser,UrlParserand so on. You can extendParserTypefor a custom parser- All onTap callbacks in
RichTextViewhave been moved to thier individual parser class ParserType.onTapreturnsMatchedwhich also contains the start and end indexes- Check example codes for more
1.1.0 #
- stable release
- minor fixes
1.1.0-dev-1 #
- BREAKING: Added SuggestionController which now takes more customizations
- Removed dependency on Bloc package,
- Added id param to
Mention
1.0.0 #
- Stable release
1.0.0-dev-2 #
- BREAKING: Separated RichTextEditor from RichTextView to avoid confusion with parameters.
- Added more text field parameters
- Added support to toggle between view more and view less
1.0.0-dev-1 #
- BREAKING:
Suggestionrenamed toMentiononSearchPeoplerenamed toonSearchMentiononSuggestionSelectedrenamed toonMentionSelectedshowMoreTextrenamed totruncate - Added callbacks for when a mention or hashtag is selected during search
- Added option to use custom widgets for suggestion items
0.0.3 #
- Fix bold style issue
- Fix issue when selectable is set to false
0.0.2 #
- To use as a TextField, there's now RichTextView.editor
- Added screenshot to README.md
- fixed some bugs and improved example codes
0.0.1 #
- Initial release to pub.dev