flutter_doc_scanner_web 0.0.1 copy "flutter_doc_scanner_web: ^0.0.1" to clipboard
flutter_doc_scanner_web: ^0.0.1 copied to clipboard

Platformweb

A Flutter plugin for document scanning on the Web using `dart:html`.

flutter_doc_scanner_web #

A Flutter plugin for document scanning on the Web using dart:html.

Example #

Explore the example directory for a sample Flutter app using flutter_doc_scanner_web.

Installation #

Add flutter_doc_scanner_web to your pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter
  flutter_doc_scanner_web: ^0.0.1
copied to clipboard

Usage #

Use the following function for document scanning on Web:

scannedDocuments = await FlutterDocScanner().getScanDocumentsWeb(
    context,
    appBarTitle: "Crop Document",
    captureButtonText: "Capture Image",
    cropButtonText: "Crop & Save",
    cropPdfButtonText: "Crop & PDF",
    width: 400,
    height: 400,
);
copied to clipboard

Issues and Feedback #

Report issues or send feedback here.

License #

The MIT License (MIT) Copyright (c) 2024 Shirsh Shukla

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter plugin for document scanning on the Web using `dart:html`.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_doc_scanner_web