- Fix example
- Fix analysis problems
- 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.
- Supported flutter 3.10.0
- Fixed the gestures of DetectableText
- Fixed link detection
- Added contributors list on readme.
- Fixed analysis problems
- Added read more function to DetectableText
- Added method to detect all the text
- Fixed problems example not being compiled
- Fixed errors occurred on flutter 2.2.x
- Fixed error occurred in onDetectionFinished and onDetectionTyped.
- Supported null safety
- Fixed the bug when auto correct suggestion appeared.
- Fixed readme to show the update of v0.3.0
- Added sample regular expression of url detection
- Added
onDetectionTyped
- Fixed the style of README
- Initial release