idle_logout 1.0.0+1 copy "idle_logout: ^1.0.0+1" to clipboard
idle_logout: ^1.0.0+1 copied to clipboard

Automatic inactivity-based logout for secure Flutter applications.

1.0.0+1 #

  • Update documentation

1.0.0 #

  • isLockedOut() and isLoggedIn() are now an asynchronus functions, you can still return a result synchronously if you prefer
  • Update documentation
  • Add missing kDebugMode
  • Clear unused memory when timer is no longer needed
  • Improve example

0.1.4 #

  • Update documentation to provide more details on usage
  • Reduce package size by removing unwanted files

0.1.3 #

  • Fix analyzer issues and add supported platforms

0.1.2 #

  • Add optional pauseThreshold; duration after which we consider the app paused for too long
  • Improve Readme and example app
  • Fix app timeout while user typing on keyboard - it is now treated as user interaction

0.1.1 #

  • Add necessary kDebugMode where necessary
  • Remove unnecessary main.dart file in library
  • Fix grammatical error in example

0.1.0+2 #

  • Minor updates to example and readme

0.1.0+1 #

  • Initial release 🎉
  • Added automatic idle timeout with logout callback.
  • Supports Android, iOS, Web, macOS, Windows, and Linux.
3
likes
160
points
122
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Automatic inactivity-based logout for secure Flutter applications.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on idle_logout