flexible_mobile_scanner 1.0.0+1 copy "flexible_mobile_scanner: ^1.0.0+1" to clipboard
flexible_mobile_scanner: ^1.0.0+1 copied to clipboard

A fork of mobile_scanner with more flexible options - scanWindowBuilder and cameraPreviewBuilder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flexible_mobile_scanner

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

dependencies:
  flexible_mobile_scanner: ^1.0.0+1

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:flexible_mobile_scanner/mobile_scanner.dart';
import 'package:flexible_mobile_scanner/mobile_scanner_web.dart';
import 'package:flexible_mobile_scanner/mobile_scanner_web_plugin.dart';
2
likes
130
pub points
35%
popularity

Publisher

unverified uploader

A fork of mobile_scanner with more flexible options - scanWindowBuilder and cameraPreviewBuilder.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on flexible_mobile_scanner