usage_tracker 0.0.1
usage_tracker: ^0.0.1 copied to clipboard
A Flutter plugin to track the total time an app is in the foreground over a specified date range, providing insights into app usage duration.
0.0.1 #
- Initial release of
usage_trackerplugin. - Added method
getPlatformVersionto retrieve the Android version. - Implemented
hasPermissionto check if the app has usage stats permission. - Added
requestPermissionto request usage stats permission from the user. - Implemented
getAppUsageDataInRangeto retrieve app usage data within a specific time range. - Provided support for app usage data retrieval including package name, app name, total time in foreground, version name, and version code.