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

PlatformAndroid

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jopen

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  jopen: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jopen/_src/_android/jOpen_android.dart';
import 'package:jopen/_src/jOpen.dart';
import 'package:jopen/_src/jopen_platform_interface.dart';
import 'package:jopen/jOpen.dart';
4
likes
130
pub points
65%
popularity

Publisher

verified publisherjucodes.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on jopen