8000 BUG: Problem with dispose ReorderableAnimatedBuilderState · Issue #129 · canopas/animated_reorderable_list · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
BUG: Problem with dispose ReorderableAnimatedBuilderState #129
Open
@Darkildo

Description

@Darkildo

════════ 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0