open_downloads

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

open downloads

open_downloads #
A flutter plugin to open downloads in device.
How it works? #
Android #
Plugin will shows the available files 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/>
copied to clipboard
Usage #
It's a very simple to use. there is only one line of code!!!
import 'package:open_downloads/open_downloads.dart'

openDownloads();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.