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
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
I tested fluttie 0.3.0 and fluttie 0.5.0 on my android 10 device but keeps showing loading animation, help what could be wrong?
no error just loading to infinite.
Could be the mounted state not working properly?
The text was updated successfully, but these errors were encountered:
For what it's worth I found this plugin doesn't work on android now and it doesn't seem to be maintained after the Flutter plugin revamp, because this is using an old method to access the Android View.
I did a lot of digging tonight and I found a workaround:
For anyone that are having the same issue, I recomend to use another package. https://pub.dev/packages/lottie
It's works very well and have been updated recently.
For anyone that are having the same issue, I recomend to use another package. https://pub.dev/packages/lottie
It's works very well and have been updated recently.
The only issue is that it doesn't support web >_<
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tested
fluttie 0.3.0
andfluttie 0.5.0
on my android 10 device but keeps showing loading animation, help what could be wrong?no error just loading to infinite.
Could be the mounted state not working properly?
The text was updated successfully, but these errors were encountered: