-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 725 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: app_data_usage
description: "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."
version: 1.0.1
homepage: https://github.com/dmgcoding/app_data_usage
repository: https://github.com/dmgcoding/app_data_usage
issue_tracker: https://github.com/dmgcoding/app_data_usage/issues
environment:
sdk: ^3.6.0
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.dmgcoding.app_data_usage
pluginClass: AppDataUsagePlugin