-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
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
Flutter - Android Release version gets a weird output #52
Comments
We had a bug that was just fixed with incorrect animations applied on the current Flare file. Could you try this out with 1.3.1 and let me know if you still see the issue? We just published a few minutes ago! If you still see the issue, would you mind sharing your source? |
I have updated to the versiob 1.3.1 but the issue remains when I build the release version (build apk release) :( I'll make a simple flutter app to mimic what my app does and I'll post it here soon. Thanks for your quick reply! |
There was an issue like this on a Pixel 2 device if I remember correctly... Any chance you can try the release build on a different device to see if it’s device related? |
Hi, I've tried with 3 different devices and it shows the scrambled flare randomly... |
I have the same issue on iOS device using flare 1.3.2 |
Here's a reference to the bug filed with Flutter: I don't think this is something we can mitigate on our side, although we are still trying to. Please upvote the issue on the Flutter repository. |
Today I've tried with the latest version of flutter (channel master, v1.4.11-pre.34) and the issue is solved. Thanks! |
I've upgraded to channel dev, v1.4.14, issue still exsits! |
Hi, I was testing the flare animation for a few weeks and everything works fine, however when I build my app to a release version for Android some parts of the flare gets scrambled like the image below:
The left column show the image that's rendered the first time I open the app. When I scroll the list it seems to show the proper image (right column).
The text was updated successfully, but these errors were encountered: