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

outdated

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.2.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
40
points
57
downloads

Publisher

verified publisherbonamy.fr

Weekly Downloads

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

Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

flutter, yaml

More

Packages that depend on flutter_handle_file