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');