usage_tracker 0.1.0 usage_tracker: ^0.1.0 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 - 2024-11-14 #
- Initial release of the Usage Tracker plugin.
- Basic functionality to check and request usage statistics permission.
- Retrieve app usage data (foreground time) within a specified time range.
0.1.0 - 2024-11-16 #
- Improved foreground time calculation by switching to
UsageEvents
. - Use Map instead of List for better performance.
- Enhanced error handling for better reliability.
- Minor performance optimizations.