SankethBK / local_session_timeout

Redirect user to authentication page if the application doesn't receive any user interaction, or been running in the background for "x" duration.
https://pub.dev/packages/local_session_timeout
BSD 3-Clause "New" or "Revised" License
12 stars 19 forks source link

setState is being called on a deactivated widget #16

Closed AbhishekDoshi26 closed 1 year ago

AbhishekDoshi26 commented 1 year ago

At many places setState has been called but the widget is already removed from the widget tree. Due to this, the application that uses the package shows grey screen in release mode.

Screenshots: image