nayanAubie / open_file_manager

A flutter plugin to open default file manager app
MIT License
4 stars 6 forks source link

Open Apps Folder #1

Open neveraskaab opened 5 months ago

neveraskaab commented 5 months ago

Can we open the android apps folder? for example in my case: I create a folder in Downloads and I want to go to that folder with the file manager. Is it possible? Can we add a sub directory path?

nayanAubie commented 5 months ago

hey @neveraskaab As of now, no support for that. I'll add it shortly.

nayanAubie commented 4 months ago

hey @neveraskaab I've checked everything from the Android code and unfortunately no success. every time it opens the Recent folder in place of opening the given path. Any suggestions / PR is welcome!!

anhdo9797 commented 3 days ago

hey @neveraskaab I've checked everything from the Android code and unfortunately no success. every time it opens the Recent folder in place of opening the given path. Any suggestions / PR is welcome!!

Can you add this function to the folder opening functionality in Android Uri uri = Uri.fromFile(folder) I've added it and called it via MethodChannel, and everything seems to be working fine

Screenshot 2024-09-26 at 14 44 38