flutter_handle_file 0.3.0 copy "flutter_handle_file: ^0.3.0" to clipboard
flutter_handle_file: ^0.3.0 copied to clipboard

Flutter plugin project to help with associating files with your app and handling the opening of such files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_handle_file

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

dependencies:
  flutter_handle_file: ^0.3.0

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:flutter_handle_file/flutter_handle_file.dart';
6
likes
130
pub points
29%
popularity

Publisher

verified publisherbonamy.fr

Flutter plugin project to help with associating files with your app and handling the opening of such files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, yaml

More

Packages that depend on flutter_handle_file