apk_info 1.0.0
apk_info: ^1.0.0 copied to clipboard
Flutter package to get information about the apk file in the device's internal memory.
apk_info #
Flutter package to get information about the apk file in the device's internal memory.
Getting Started #
-
Make sure that your application allows you to read information about the file located in the device's internal storage.
-
Get the information about the apk file:
final apkInfo = await ApkInfo.about('$pathToApkFile');