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

Need iOS Support! #7

Closed divshekhar closed 1 year ago

divshekhar commented 3 years ago

Description

The package supports Android for now. Need iOS support for the file_manager.

Need to add Platform.isIOS and return a list of all available storage root directories

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