flutter_social_textfield 0.0.4
flutter_social_textfield: ^0.0.4 copied to clipboard
TextEditingController and RichText / TextSpan builder with hashtag, url and mention detection with Regular Expressions. Also with tap support.
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