Search code examples
flutterflutter-layoutflutter-webflutter-animation

Glitch effect for widgets on flutter?


enter image description here

How could I get a glitch effect, like in the image above in flutter? I want my widgets to randomly glitch out.

https://giphy.com/explore/glitch

Something like that, but a lot more intense like in the pictures. How could I apply an effect like that to widgets on flutter? So that they randomly glitch out, and give that effect.


Solution

  • I was experimenting with glitch effects few weeks ago. Maybe it will give you some ideas how to implement what you what. https://github.com/kherel/flutter_fun