appinioGmbH / flutter_packages

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

[ BUG ] : Constant AppinioSwiperState ticker exception, does not work properly anymore #238

Closed GrosserStuhl closed 7 months ago

GrosserStuhl commented 7 months ago

Plugin name Appino Swiper

Describe the bug After the most recent update I am getting constant errors and swipes are not going through:

The following assertion was thrown while finalizing the widget tree: _AppinioSwiperState#e2d04(tickers: tracking 1 ticker) was disposed with an active Ticker. _AppinioSwiperState created a Ticker via its TickerProviderStateMixin, but at the time dispose() was called on the mixin, that Ticker was still active. All Tickers must be disposed before calling super.dispose(). Tickers used by AnimationControllers should be disposed by calling dispose() on the AnimationController itself. Otherwise, the ticker will leak. The offending ticker was: _WidgetTicker(created by _AppinioSwiperState#e2d04)

Smartphone (please complete the following information):

Additional context It was working flawlessly before.

GrosserStuhl commented 7 months ago

How weird, a few days later this error completely disappeared. I suppose it was an error on my machine.