idle_logout 2.0.0
idle_logout: ^2.0.0 copied to clipboard
Automatic inactivity-based logout trigger for Flutter applications with configurable timeout detection.
2.0.0 #
- Introduced
Paramswrapper to group configuration options into a single object - Updated
IdleLogoutconstructor to accept params instead of multiple named parameters - Add optional
debugtoParamsto enable debug mode - Rename
pauseThresholdtobackgroundTimeout - Rename
lockedOutActiontoonLockedOut
1.0.0+1 #
- Update documentation
1.0.0 #
isLockedOut()andisLoggedIn()are now an asynchronous 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
kDebugModewhere 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.