Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

108 lines (67 loc) · 1.67 KB

2.3.0+1

  • Fix analysis errors

2.3.0

  • Fix analysis errors

2.2.0

  • Fix analysis errors

2.1.0

  • Upgrade flutter version to 2.10.3

2.0.2

  • Fix errors occurred on flutter 2.2.x

2.0.1

  • Fix errors occurred in onDetectionFinished and onDetectionTyped.

2.0.0+1

  • Support null safety

2.0.0

  • Support null safety

1.0.9

  • Add auto correction color

1.0.8

  • Add German support

1.0.7

  • Add callback onDetectionFinished

1.0.6+1

  • Add Norwegian support

1.0.6

  • Add callback onDetectionTyped

1.0.5+1

  • Fix the bug that HashTagText does not work when onTap is null.

1.0.5

  • Fix the bug not detecting hashtag before full width space
  • Add composing underline

1.0.4

  • Support Korean

1.0.3

  • Fix the argument of onTap method

1.0.2

  • Update readme sample code and images
  • Add At sign decoration

1.0.1

  • Support Arabic and Thai

1.0.0

  • Implement HashTagTextField

0.1.2

  • Fix bugs in HashTagText

0.1.1

  • Add a Widget HashTagText to implement tagged text only to be shown.
  • Add detail documentation.

0.1.0

  • Abolish HashTagEditableTextWithHintText, enable hintText in HashTagEditableText
  • Add extractHashTags() for extracting hashtags from text.
  • Add hasHashtags() for check if it has hashtags.

0.0.8

  • Fix HashTagEditableTextWithHintText by adding missing parameters

0.0.7

  • Implement HashTadEditableTextWithHintText

0.0.6

  • Fix arguments of editabletext, add method checkHashtags

0.0.5

  • Fix the handling of emoji

0.0.4

  • Fix RegExp to differentiate hashtag from source

0.0.3

  • Fix RegExp to differentiate hashtag from source

0.0.2

  • Update README.md

0.0.1

  • Initial release.