Open
Description
════════ Exception caught by widgets library ═══════════════════════════════════
The following assertion was thrown while finalizing the widget tree:
ReorderableAnimatedBuilderState#9ce4c(tickers: tracking 1 ticker) was disposed with an active Ticker.
ReorderableAnimatedBuilderState 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 ReorderableAnimatedBuilderState#9ce4c).
<
4879
/div>
Metadata
Metadata
Assignees
Labels
No labels