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

outdated

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.

open_file_manager #

A flutter plugin to open default file manager app.

How it works? #

Android #

Plugin will shows the available file manager apps in bottom popup and you can select one app to open. That app will open with Download folder that is public folder.

iOS #

Plugin will open Files app in iOS. you need to add 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();
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_file_manager