Pascal Welsch @pascalwelsch.com · 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...

1 likes 2 replies

?

Replies

Kabo · Apr 11

Sadly, just introducing a HoverGestureRecognizer wouldn't make it easier. TextSpan already has onEnter/onExit, with which changing a colour on hover is still hard. Hope it will become as easy as it is with CSS, someday without a third-party package. (I think so as an author of a related package.)

Philipp H. Gerber · Apr 12

@pascalwelsch Hey Pascal! Our new Textf 0.2.0 package might solve your hover animation issue. Just released with built-in link hover support: No boilerplate. No TextSpan pain. Just Textf. pub.dev/packages/textf