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

Reads controller's path for initial dir #19

Closed johnny77221 closed 1 year ago

johnny77221 commented 1 year ago

Status

READY

Breaking Changes

NO

Description

Reads dir from controller to let developer specify initial path before displaying (#16) so that we can use controller.openDirectory(Directory(rootfolder)); in the widget's initState() to specify initial dir before build()

Type of Change