Reputation: 19
I looking for an animation loop on flutter that will do something like that: https://www.youtube.com/watch?v=hBCBAbR-B5w
The idea is to display a List View where every item wiggles around in a confined space.
Is there any package for that on flutter? Any guidance to do it manually if not?
Thank you!
Upvotes: 0
Views: 114
Reputation: 17812
Try Package https://pub.dev/packages/shake_widget Or Custom animation https://codewithandrea.com/articles/shake-text-effect-flutter/
Upvotes: 0