open_with 0.1.4 copy "open_with: ^0.1.4" to clipboard
open_with: ^0.1.4 copied to clipboard

Open any File in Flutter app using Open With option

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_with

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

dependencies:
  open_with: ^0.1.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_with/open_with.dart';
6
likes
35
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Open any File in Flutter app using Open With option

Homepage

License

MIT (license)

Dependencies

flutter, receive_intent, uri_to_file

More

Packages that depend on open_with