HeavenOSK / flutter_swipable_stack

A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder UI.
https://pub.dev/packages/swipable_stack
MIT License
117 stars 48 forks source link

onSwipeCompleted not call in Release mode [Android] #74

Closed pnilkanth12 closed 1 year ago

pnilkanth12 commented 1 year ago

Hi,

I used your package and it's amazing. I really appreciate your work.

I face one issue in release mode. I run app in release mode flutter run --release then onSwipaCompleted method not called so I can't set action on that. but in debug mode this is working fine.

can you please tell me what's wrong?

I used latest version of this package : swipable_stack: ^2.0.0

even I copy whole code from your example then that also face same issue. In debug work perfect but not work in release mode

Thanks in Advance