g123k / flutter_plugin_device_apps

Flutter plugin to get the list of installed applications (iOS is not supported yet).
https://pub.dev/packages/device_apps
Apache License 2.0
106 stars 89 forks source link

How to get used cache size of an app #87

Open razfazz opened 2 years ago

razfazz commented 2 years ago

getting apk file size works with File(app.apkFilePath).lengthSync().

is it possible to get a apps cache size from app.dataDir ?