flutter_social_textfield 0.0.8 flutter_social_textfield: ^0.0.8 copied to clipboard
TextEditingController and RichText / TextSpan builder with hashtag, url and mention detection with Regular Expressions. Also with tap support.
[0.0.8] 19.11.2021 #
- Fixed cursor jumping to the beginning bug fixed (again 😅)
- Improved documentation, enhanced default social text field example with 'ClampingScrollPhysics'
[0.0.7] 10.11.2021 #
- Updated url regex so it can detect url's with "-" in it. (thanks https://github.com/Bhupesh-V for contributing)
[0.0.6] 01.11.2021 #
- Added IncludeOnlyCases and IgnoreCases propertied into SocialTextSpanBuilder(context).build() method. You can now ignore matches or include matches
[0.0.5] 01.11.2021 #
- Updated code documentation
[0.0.4] 19.05.2021 #
- Fixed building issue with Flutter 2.2
- Fixed Bugs in the example app
[0.0.3] 01.05.2021 #
- Added tap support for SocialTextSpanBuilder
- Improved Example Projects
- Breaking Change: SocialTextSpanBuilder parameters have been changed to named parameters for more understandable interface.
- Improved documentation
[0.0.2] 26.04.2021 #
- Fixed wrong cursor position when last word has been replaced.
[0.0.1+1] 23.04.2021 #
- Improved documentation
[0.0.1] 23.04.2021 #
- Initial Release