Plugin name
appinio_swiper: ^2.1.0
Describe the bug
When the end of the card is reached its giving controller active dispose error
═╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following assertion was thrown while finalizing the widget tree:
_AppinioSwiperState#b3f89(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.
To Reproduce
Steps to reproduce the behavior:
- Swipe the card till end of the list
- Switch to different bottom navigation screen
- Screen is stuck and can't able to switch between screen by using bottomNavigation
Expected behavior
Should be able to switch between screens using bottom navigation bar
Desktop (please complete the following information):
- OS: [MacOS]
- Version [14.1 (23B74)]
Smartphone (please complete the following information):
- Device: [e.g. iPhone SE, Iphone 15 Pro max]
- OS: [iOS 17.2]
Plugin name
appinio_swiper: ^2.1.0
Describe the bug
When the end of the card is reached its giving controller active dispose error
═╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following assertion was thrown while finalizing the widget tree:
_AppinioSwiperState#b3f89(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.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to switch between screens using bottom navigation bar
Desktop (please complete the following information):
Smartphone (please complete the following information):