detectable_text_field
detectable_text_field copied to clipboard
TextField and Text widget with detection features. You can detect hashtags, at sign, or anything you want.
- allow people to set initial state of expansion
When input hashtag with emoji like #😃, hashtag still be detectable, but content is empty. it will be great if we can rid of "#" if emoji input right behind.
Can we see which languages the package supports? There is a problem with Turkish characters. Is there flexibility in the code for this?
In DetectableTextField, there is a phenomenon of detecting #efg when d is onTap when text is abcd #efghi. Why did you include not only the onTap of the #efg part...
Changelog: - - Added `matchFirst` variable to the `Detector` as a conditional variable with is defaulted to `false`. - When set to `true` it reduces the RegExp match list to...
Currently, when a RegExp is passed into the detectable text field, it is used to discover all matches within the text. ```dart final tags = detectionRegExp.allMatches(copiedText).toList(); ``` `detector.dart` However, I...
example: https://the-dodo.com
Hi I would love to see more Languages supported in detectable_text_field like in Hashtagable (german specifically). Thanks!