lottie-flutter
lottie-flutter copied to clipboard
how to set its repeat num? can you provider this api?
This library doesn't provide a complex api to control the animation. Instead you have to provide an AnimationController. This is a standard class from Flutter that has a powerful API to control animations and register to callbacks.
Someone made an example for your use case here: https://github.com/xvrh/lottie-flutter/issues/112