idle_logout 0.1.4
idle_logout: ^0.1.4 copied to clipboard
Automatic inactivity-based logout for secure Flutter applications.
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.