-
Notifications
You must be signed in to change notification settings - Fork 720
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
Animation doesnt work on builded release apk #67
Comments
Confirm |
Is this issue fixed? |
This happened to me because of the value generated after init doesn't hold the value of swiper width immediately (due to lag I presume). Hence the function _getValue() doesn't work as it's intended (doesn't generate a dynamic value based on user scrolling/position). Just for the record, I stripped my code of all the package dependencies for using the STACK layout. |
I just tried the same and Its working for me even in the release build. The swiper is as follows: And Swiper builds-ClipRect:Flex:Expanded,Expanded Try this in the release apk , the animation works for me. |
@prafgup can you share the code |
Hey @Zoudafnan I don't have the code handy as of now but would suggest you to please have a look the widget tree structure I suggested here - #67 (comment) |
The animations works fine during debug, but when I run "flutter build apk", they does not work anymore. Pagination works, but not the animations.
EDIT: Animations only works with SwiperLayout.DEFAULT. STACK and TINDER only works during debug.
The text was updated successfully, but these errors were encountered: