I am trying to make a file explorer (file manager) app with flutter and with path_provider package I am able to access the file path and name of all the files stored in my phone's local storage but unable to find how can I read the .APK files icon to display in my flutter app.
Asked
Active
Viewed 17 times
0
-
1Here is an answer for how to do it in native Android. You will need to make your own method channel to access the native elements though. https://stackoverflow.com/questions/5674683/how-to-show-icon-of-apk-in-my-file-manager – Dan Harms May 29 '22 at 17:08