open_file_manager 0.0.3 copy "open_file_manager: ^0.0.3" to clipboard
open_file_manager: ^0.0.3 copied to clipboard

A flutter plugin to open default file manager app. on an Android, it opens Download folder on selected file manager app. on iOS, it opens app folder in default Files app.

A flutter plugin to open the default file manager app.

Support #

Android iOS
Support SDK 20+ iOS 12+

How it works? #

Android #

The plugin will show the available file manager apps in the bottom popup and you can select one app to open. That app will open with the Download folder which is a public folder.

iOS #

Plugin will open the Files app in iOS. You need to add the following code snippet in Info.plist to view your app folder inside On My iPhone. Also, you need to save at least one file to view your app's folder

<key>UISupportsDocumentBrowser</key>  
<true/>

Usage #

It's a very simple to use. There is only one line of code!!!

import 'package:open_file_manager/open_file_manager.dart'

openFileManager();

Preview #

https://github.com/nayanAubie/open_file_manager/assets/109264909/8d4997c7-1dd7-4716-952c-fdcb2ed8b767

https://github.com/nayanAubie/open_file_manager/assets/109264909/f5cc61e2-3f7c-4415-b802-e0229ed0974e

31
likes
0
points
14.1k
downloads

Publisher

verified publisherauberginesolutions.com

Weekly Downloads

A flutter plugin to open default file manager app. on an Android, it opens Download folder on selected file manager app. on iOS, it opens app folder in default Files app.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_file_manager