flutter_user_idle 0.1.0 copy "flutter_user_idle: ^0.1.0" to clipboard
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 IdleManager from public export (internal implementation detail)
  • Fix missing type annotation: [_][dynamic _] in _onUserInteraction
  • Add didUpdateWidget to handle runtime timeout/callback changes
  • Refactor example app: correct MaterialApp/IdleDetector nesting
  • Improve test coverage with fakeAsync for deterministic timer tests

0.0.1 #

  • Initial release
0
likes
160
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Detect user inactivity (idle state) in Flutter apps.

Repository (GitHub)
View/report issues

Topics

#idle #inactivity #session-timeout #user-behavior

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_user_idle