Giter VIP home page Giter VIP logo

sliding-drawer's People

Contributors

sviatmaniuk avatar vizhan-lanars avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sviatmaniuk

sliding-drawer's Issues

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.