Andrea Bizzotto 🇺🇦 @codewithandrea.com · Apr 11

Thanks to @kaboc.bsky.social for suggesting a better alternative that uses the Link widget from the url_launcher package.

4 likes 2 replies

?

Replies

Pascal Welsch · Apr 11

It still bothers me that I can’t recreate a simple link color change animation on hover in Flutter. It’s so easy with CSS. github.com/flutter/flut...

Kabo · Apr 11

An even better/easier way is to use GestureDetector instead of TextSpan + TapGestureRecognizer when there is no specific reason to use TextSpan. This way, you can avoid thinking about how you dispose the recognizer.