jopen

Last updated:

0 purchases

jopen Image
jopen Images
Add to Cart

Description:

jopen

jopen #
JOpen is a Plugin that allows you to open any files in Android, JOpen provides a way to open files by file path
Features #

Open File From Path.

Usage #
To Use jopen
First:
On Your AndroidManifest.xml
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
copied to clipboard
Second:
You Can Implement it to Your Code Like:
final _jOpenPlugin = JOpenPlatform.instance;
copied to clipboard
Or
final _jOpenPlugin = JOpen();
copied to clipboard
Finally:
Future<String> openFile() async {
final v = await _jOpenPlugin.open(path: "/storage/emulated/0/JustC12.png");
setState(() {
_openedFile = v;
});
debugPrint(v.toString());
}

copied to clipboard
Additional information #
Provided By Just Codes Developers

License:

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

Files In This Product:

Customer Reviews

There are no reviews.