chromepaydocscanner 0.1.0 copy "chromepaydocscanner: ^0.1.0" to clipboard
chromepaydocscanner: ^0.1.0 copied to clipboard

This is a flutter package that lets you scan documents using Android and iOS.

chromepaydocscanner #

A new Flutter project.

Features #

  1. Document scan with custom crop feature

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

for use you can implement to method


import 'package:documentscannerchromepay/document_scanner_flutter.dart';

var documentimage;

void scandoc(BuildContext context)async{
  try {
    var image = await DocumentScannerChromepay.cropImageDoc(context);
    // var image = await DocumentScannerChromepay.cropImageDoc2(context);
    // var image = await DocumentScannerChromepay.cropImageDoc3(context);
    if(image!=null){
      setState(() {
        documentimage = image;
      });
    }
  } on PlatformException {
    print("notworking");
    // 'Failed to get document path or operation cancelled!';
  }
}
0
likes
100
pub points
39%
popularity

Publisher

unverified uploader

This is a flutter package that lets you scan documents using Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image_cropper, image_picker

More

Packages that depend on chromepaydocscanner