detectable_text_field 3.0.2 detectable_text_field: ^3.0.2 copied to clipboard
TextField with detection features. You can detect hashtags, at sign, url or anything you want. Helps you develop Twitter like app. Refinement of hashtagable
[3.0.2] #
- Fix example
[3.0.1] #
- Fix analysis problems
[3.0.0] #
- Breaking: Removed
onDetectionTyped
andonDetectionFinished
fromDetectableTextField
. UseDetectableTextEditingController
instead. It is now possible to listentypingDetection
fromDetectableTextEditingController
. - DetectableTextField is no longer required. You can use
DetectableTextEditingController
withTextField
orTextFormField
. DetectableTextField is just a extended TextField.
[2.1.0] #
- Supported flutter 3.10.0
- Fixed the gestures of DetectableText
- Fixed link detection
[2.0.4] #
- Added contributors list on readme.
- Fixed analysis problems
[2.0.3] #
- Added read more function to DetectableText
- Added method to detect all the text
- Fixed problems example not being compiled
[2.0.2] #
- Fixed errors occurred on flutter 2.2.x
[2.0.1] #
- Fixed error occurred in onDetectionFinished and onDetectionTyped.
[2.0.0] #
- Supported null safety
[1.0.1] #
- Fixed the bug when auto correct suggestion appeared.
[1.0.0] #
- Fixed readme to show the update of v0.3.0
[0.3.0] #
- Added sample regular expression of url detection
[0.2.0] #
- Added
onDetectionTyped
[0.1.0+1] #
- Fixed the style of README
[0.1.0] #
- Initial release