appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

[Swiper] Move onEnd down #186

Closed BramMusters closed 9 months ago

BramMusters commented 10 months ago

A bug exists where performing actions that dispose the AppinioSwiper (due to a route change) in the onEnd callback result in a rebuild while the AppinioSwiper itself is already being disposed. Moving the onEnd callback down solves this issue.