AnupKumarPanwar / swipe_cards

Tinder like swipe cards for flutter.
https://pub.dev/packages/swipe_cards
BSD 3-Clause "New" or "Revised" License
52 stars 47 forks source link

disposed slideOutAnimation #14

Closed Omar-Salem closed 1 year ago

Omar-Salem commented 2 years ago

fixing error

_draggablecardstate#f7d66(tickers: tracking 1 ticker) was disposed with an active ticker. I/flutter (16505): _draggablecardstate 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(). I/flutter (16505): tickers used by animationcontrollers should be disposed by calling dispose() on the animationcontroller itself. otherwise, the ticker will leak.