DevsOnFlutter / file_manager

FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
https://pub.dev/packages/file_manager
BSD 3-Clause "New" or "Revised" License
61 stars 18 forks source link

[Question] How to open other folder on app launch? #18

Closed mantresh-pvt closed 1 year ago

mantresh-pvt commented 2 years ago

Hello, I have been working on this plugin but couldn't open any custom folder on app initialisation (like desktop, documents etc), i tried doing this via initState but didn't worked out.