pierluigizagaria / flutter_gif

Gif image widget that helps to controll gif progress and speed
https://pub.dev/packages/gif
MIT License
5 stars 13 forks source link

- Add Callback for playing gif once. #6

Closed SherifMEldeeb closed 5 months ago

SherifMEldeeb commented 5 months ago

Adding a call back if needed to excute code exctly after the gif finished once.

pierluigizagaria commented 5 months ago

As far as I know you could already do that by passing a custom animationController and attaching a status listener to it

SherifMEldeeb commented 5 months ago

Actually you are probably right.