Home > Blockchain >  How to detect link automatically in dynamic string at Flutter TextView
How to detect link automatically in dynamic string at Flutter TextView

Time:11-23

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

  • Related