local_session_timeout 2.3.1 local_session_timeout: ^2.3.1 copied to clipboard
redirect user to authentication page if the application doesn't recieve any user interaction, or been running in the background for "x" duration.
0.0.1 #
- Initial release
0.1.0 #
- Removed unnecessary dependencies
0.2.0 #
- added dispose method to close the stream
1.0.0 #
- Introduced SessionStateStream to disable and re-enable session timeout manager.
- [Breaking] Changed variable name updateUserActivityWindow to userActivityDebounceDuration
2.0.0 #
- Extended support for Flutter 3
2.1.1 #
- Bug fix (listener not working when it is stopped and started again)
2.1.2 #
- Fixed typo
invalidateSessionForUserInactiviity-> invalidateSessionForUserInactivity
2.2.0 #
- Fixed a bug related to null check
2.3.0 #
- Bugfix: setState getting called after SessionTimeoutManager is removed from widget tree
2.3.1 #
- Changed default of
userActivityDebounceDuration
to 1 second as it leads to common bugs