Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is what I get when I click Log out on the home page and go back to the home page #6

Open
lazy-119 opened this issue Dec 14, 2023 · 0 comments

Comments

@lazy-119
Copy link

The following assertion was thrown while notifying status listeners for AnimationController:
I/flutter (15741): setState() called after dispose(): SlidingDrawerState#e42f5(lifecycle state: defunct, tickers:
I/flutter (15741): tracking 1 ticker)
I/flutter (15741): This error happens if you call setState() on a State object for a widget that no longer appears in
I/flutter (15741): the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error
I/flutter (15741): can occur when code calls setState() from a timer or an animation callback.
I/flutter (15741): The preferred solution is to cancel the timer or stop listening to the animation in the dispose()
I/flutter (15741): callback. Another solution is to check the "mounted" property of this object before calling
I/flutter (15741): setState() to ensure the object is still in the tree.
I/flutter (15741): This error might indicate a memory leak if setState() is being called because another object is
I/flutter (15741): retaining a reference to this State object after it has been removed from the tree. To avoid memory
I/flutter (15741): leaks, consider breaking the reference to this object during dispose().
issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant