click_text_field 0.0.7+2 click_text_field: ^0.0.7+2 copied to clipboard
A flutter TextField which is able to click the highlight text part, by setting the regex. Also a string callBack function can be set.
0.0.1 #
- first pub the rewrite TextEditingController : ClickTextEditingController
0.0.2 #
- make Function:(setRegExp) auto refresh the textSpan.
0.0.3 #
- delete the wrong auto refresh, and add the ClickTextField
0.0.4 #
- ClickTextField add "focusNode" and "decoration"
0.0.5 #
- ClickTextField refresh while regexp change.
0.0.6 #
- ClickTextField refresh regex function with didUpdateWidget, add some key to ClickTextField.
0.0.7 #
- fix two same and closed string scan bug, add custom ClickTextStyle function.
0.0.7+1 #
- README.md and add result picture link.
0.0.7+2 #
- fix bug in ClickTextController.