koukibadr / Cherry-Toast

https://pub.dev/packages/cherry_toast
MIT License
21 stars 14 forks source link

Cherry toast disposed with an Active Ticker #67

Open pagebook1 opened 5 months ago

pagebook1 commented 5 months ago

══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown while finalizing the widget tree: _CherryToastState#57988(tickers: tracking 1 ticker) was disposed with an active Ticker. _CherryToastState 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().

sometimes it pops even I showed the Cherry toast once

koukibadr commented 5 months ago

I just published a new version fixing this bug https://pub.dev/packages/cherry_toast

@pagebook1 feel free to close this issue