flutter_user_idle 0.1.0
flutter_user_idle: ^0.1.0 copied to clipboard
Detect user inactivity (idle state) in Flutter apps.
0.1.0 #
- Add dartdoc comments to all public API elements (IdleDetector class, constructor, and all fields)
- Add library-level documentation to
flutter_user_idle.dart - Remove
IdleManagerfrom public export (internal implementation detail) - Fix missing type annotation:
[_]→[dynamic _]in_onUserInteraction - Add
didUpdateWidgetto handle runtime timeout/callback changes - Refactor example app: correct
MaterialApp/IdleDetectornesting - Improve test coverage with
fakeAsyncfor deterministic timer tests
0.0.1 #
- Initial release