A collection of CSS inspired Hover Effects for Flutter. These work on both Desktop and Web. A few widgets and elements which do not work on the web unfortunately, like ShaderMask, and BlendMode.srcOut.
The web version is also significantly less performant than the desktop version.
To make some of these effects work on web like #4, make sure you use canvaskit as the renderer (--web-renderer=canvaskit
).
Want to learn how to build your own hover effects. Check out this article.