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.

Home Page:https://pub.dev/packages/file_manager

Repository from Github https://github.comDevsOnFlutter/file_managerRepository from Github https://github.comDevsOnFlutter/file_manager

MacOS Support!

divshekhar opened this issue · comments

Description

Need MacOS support for the package!

Doesn't dart:io do all the stuffs? Or do we want native code? Like native pop-up windows?

Need to add Platform.isMacOS and return a list of all available disk root directories

static Future<List<Directory>> getStorageList() async {