usage_stats 2.0.1 copy "usage_stats: ^2.0.1" to clipboard
usage_stats: ^2.0.1 copied to clipboard

PlatformAndroid

Query Android usage statistics: app usage, events, configuration changes, app standby buckets, storage usage and per-app network data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add usage_stats

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  usage_stats: ^2.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:usage_stats/usage_stats.dart';
48
likes
160
points
1.47k
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Query Android usage statistics: app usage, events, configuration changes, app standby buckets, storage usage and per-app network data.

Repository (GitHub)
View/report issues

Topics

#android #usage-stats #analytics #statistics #network-usage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on usage_stats

Packages that implement usage_stats