document_picker 0.0.2 copy "document_picker: ^0.0.2" to clipboard
document_picker: ^0.0.2 copied to clipboard

outdated

Flutter plugin to pick, capture images or add signature in your form

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add document_picker

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

dependencies:
  document_picker: ^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:document_picker/document_picker.dart';
4
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to pick, capture images or add signature in your form

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dotted_border, flutter, image_picker, path_provider, permission_handler, signature

More

Packages that depend on document_picker