local_session_timeout 2.3.2 copy "local_session_timeout: ^2.3.2" to clipboard
local_session_timeout: ^2.3.2 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

2.3.2 #

  • Removed state because of issues in GetX
94
likes
160
points
12.6k
downloads

Publisher

verified publishersankethbk.me

Weekly Downloads

redirect user to authentication page if the application doesn't recieve any user interaction, or been running in the background for "x" duration.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on local_session_timeout