jopen 0.0.2 jopen: ^0.0.2 copied to clipboard
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';