flutter_inactive_timer 1.0.0
flutter_inactive_timer: ^1.0.0 copied to clipboard
A Flutter plugin for detecting user inactivity in desktop applications (Windows, macOS). Provides customizable timeout and notification thresholds.
1.0.0 #
Initial Release #
- Added support for detecting user inactivity in Windows and macOS desktop applications
- Implemented customizable timeout duration for inactivity detection
- Added notification threshold feature to alert users before timeout occurs
- Included callback functions for handling inactivity detection and notifications
- Implemented option to require explicit user confirmation to continue session after notification
- Added ability to start and stop inactivity monitoring
- Added continueSession method to explicitly reset timer when required