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