- Fix analysis errors
- Fix analysis errors
- Fix analysis errors
- Upgrade flutter version to 2.10.3
- Fix errors occurred on flutter 2.2.x
- Fix errors occurred in
onDetectionFinished
andonDetectionTyped
.
- Support null safety
Support null safety
- Add auto correction color
- Add German support
- Add callback onDetectionFinished
- Add Norwegian support
- Add callback onDetectionTyped
- Fix the bug that HashTagText does not work when onTap is null.
- Fix the bug not detecting hashtag before full width space
- Add composing underline
- Support Korean
- Fix the argument of onTap method
- Update readme sample code and images
- Add At sign decoration
- Support Arabic and Thai
- Implement
HashTagTextField
- Fix bugs in
HashTagText
- Add a Widget
HashTagText
to implement tagged text only to be shown. - Add detail documentation.
- Abolish HashTagEditableTextWithHintText, enable hintText in HashTagEditableText
- Add
extractHashTags()
for extracting hashtags from text. - Add
hasHashtags()
for check if it has hashtags.
- Fix HashTagEditableTextWithHintText by adding missing parameters
- Implement HashTadEditableTextWithHintText
- Fix arguments of editabletext, add method
checkHashtags
- Fix the handling of emoji
- Fix RegExp to differentiate hashtag from source
- Fix RegExp to differentiate hashtag from source
- Update README.md
- Initial release.