open_app_file 4.0.4 copy "open_app_file: ^4.0.4" to clipboard
open_app_file: ^4.0.4 copied to clipboard

A plugin to open files the app has permission to access with default system-provided applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_app_file

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

dependencies:
  open_app_file: ^4.0.4

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:open_app_file/open_app_file.dart';
28
likes
150
points
5.89k
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to open files the app has permission to access with default system-provided applications.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, web

More

Packages that depend on open_app_file