Skip to content
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

Closed
madtocc opened this issue Mar 7, 2019 · 8 comments
Closed

Flutter - Android Release version gets a weird output #52

madtocc opened this issue Mar 7, 2019 · 8 comments

Comments

@madtocc
Copy link

madtocc commented Mar 7, 2019

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:
release

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).

@luigi-rosso
Copy link
Contributor

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?

@madtocc
Copy link
Author

madtocc commented Mar 7, 2019

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!

@luigi-rosso
Copy link
Contributor

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?

@madtocc
Copy link
Author

madtocc commented Mar 7, 2019

Hi, I've tried with 3 different devices and it shows the scrambled flare randomly...
In my app the flare is an icon for a device. Initially it runs the animation loading, when it receives the info from the server it shows an animation (on or off). It is in this second step that it gets messed up.
I made a simple app to try to reproduce but it only scrambles if I scroll all the way to the bottom while it is loading, otherwise it loads fine. If you want to check it out (it only shows this behavior when you build the release version --> flutter build apk).

@RazaGR
Copy link

RazaGR commented Mar 8, 2019

I have the same issue on iOS device using flare 1.3.2

@luigi-rosso
Copy link
Contributor

Here's a reference to the bug filed with Flutter:
flutter/flutter#25687

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.

@madtocc
Copy link
Author

madtocc commented Apr 8, 2019

Today I've tried with the latest version of flutter (channel master, v1.4.11-pre.34) and the issue is solved. Thanks!

@madtocc madtocc closed this as completed Apr 8, 2019
@dvlj
Copy link

dvlj commented Apr 10, 2019

I've upgraded to channel dev, v1.4.14, issue still exsits!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants