I trying to made a social post view in Flutter App, user are upload they're content with some contents. I want to detect the hyper links that they mentioned in contents. Is there any solution without using text view package?
CodePudding user response:
This question is already I answered, please explore attached link. You can use
- splitMapJoin to extract link and
- List of TextSpan Widget to show your dynamic TextView https://stackoverflow.com/a/69888589/9719695