You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you give more context on how it become bad? Also do you have any expected behavior?
FlutterGifController gifController=FlutterGifController(vsync:this);
// starting framefinal min =0;
// end by last frame indexfinal max =29;
// speed, max / duration = time to show each frame of animation// example: 29 / 29 = 1s; each frame will be shown 1 sec.final duration =29;
gifController.repeat(min: min, max: max, duration: duration);
You have to explicitly pass the min and max parameters in order for the gif controller to know on what frame to start and to end. You have to give duration a value in order to know how long each frame should be displayed.
I dont know this gif min max and duration ,how to set that.
propose It should run automatically by default, but I can set it to change it instead of not running without setting it.
Time must be set?It‘s bad
The text was updated successfully, but these errors were encountered: