Skip to content

Tickers used by AnimationControllers should be disposed #67

@jedionmelbin

Description

@jedionmelbin

_DropDownTextFieldState#943eb(tickers: tracking 1 ticker) was disposed with an active Ticker.

_DropDownTextFieldState 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions