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

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.6

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
110
pub points
48%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dotted_border, flutter, image_cropper, image_picker, path_provider, permission_handler, signature

More

Packages that depend on document_picker