paper_scanner_ios 0.1.1 copy "paper_scanner_ios: ^0.1.1" to clipboard
paper_scanner_ios: ^0.1.1 copied to clipboard

iOS implementation of paper_scanner, using Vision for document detection and CoreImage for perspective crop and filters.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paper_scanner_ios

With Flutter:

 $ flutter pub add paper_scanner_ios

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

dependencies:
  paper_scanner_ios: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:paper_scanner_ios/paper_scanner_ios.dart';
0
likes
0
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

iOS implementation of paper_scanner, using Vision for document detection and CoreImage for perspective crop and filters.

Homepage
Repository (GitHub)
View/report issues

Topics

#scanner #document #camera

License

unknown (license)

Dependencies

flutter, paper_scanner_platform_interface

More

Packages that depend on paper_scanner_ios

Packages that implement paper_scanner_ios