We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
controller
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The autogenerated LottieGenImage takes Animation<double>? controller as argument, but it just ignores it instead of passing it to Lottie.asset().
LottieGenImage
Animation<double>? controller
Lottie.asset()
The text was updated successfully, but these errors were encountered:
Thank you for the report.
Sorry, something went wrong.
@noinskit I just released v5.0.2 its fixed the bug.
v5.0.2
wasabeef
Successfully merging a pull request may close this issue.
The autogenerated
LottieGenImage
takesAnimation<double>? controller
as argument, but it just ignores it instead of passing it toLottie.asset()
.The text was updated successfully, but these errors were encountered: