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

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

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/>

Usage #

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

import 'package:open_downloads/open_downloads.dart'

openDownloads();
1
likes
130
pub points
74%
popularity

Publisher

verified publisherkhohatsi.com

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

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_downloads