rich_text_view 1.2.2 rich_text_view: ^1.2.2 copied to clipboard
A simple yet powerful rich text view that supports mention, hashtag, email, url and see more.
##[1.2.2]
- Updated
RTUtils.emailPattern
andRTUtils.urlPattern
to use RFC 5322 Standard Regex - disposed
suggestionController
correctly - added
ItalicsParser
andviewMoreLessStyle
- Fixed (#31)[https://github.com/nelsonweze/rich_text_view/issues/31] and (#32)[https://github.com/nelsonweze/rich_text_view/issues/32]
- Added
borderColor
property 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
borderColor
property toSuggestionController
[1.2.0] #
- BREAKING: Removed
ParsedType
, renamedMatchText
toParserType
RichTextView.supportedTypes
now takes list ofParserType
egMentionParser
,HashTagParser
,UrlParser
and so on. You can extendParserType
for a custom parser- All onTap callbacks in
RichTextView
have been moved to thier individual parser class ParserType.onTap
returnsMatched
which 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:
Suggestion
renamed toMention
onSearchPeople
renamed toonSearchMention
onSuggestionSelected
renamed toonMentionSelected
showMoreText
renamed 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