app_data_usage 1.0.1 copy "app_data_usage: ^1.0.1" to clipboard
app_data_usage: ^1.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin to check daily data usage(both wifi and mobile) for the installed app. Only support for android currently as iOS doesn't allow to query this.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_data_usage

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

dependencies:
  app_data_usage: ^1.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:app_data_usage/app_data_usage.dart';
1
likes
160
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to check daily data usage(both wifi and mobile) for the installed app. Only support for android currently as iOS doesn't allow to query this.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_data_usage