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

MacOS Support! #8

Open divshekhar opened 3 years ago

divshekhar commented 3 years ago

Description

Need MacOS support for the package!

GZGavinZhao commented 3 years ago

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

4-alok commented 3 years ago

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

https://github.com/DevsOnFlutter/file_manager/blob/71f2a74def218fda9d31f4b054f85f06c6fdc4af/lib/file_manager.dart#L237