code_scan 0.4.0 copy "code_scan: ^0.4.0" to clipboard
code_scan: ^0.4.0 copied to clipboard

A flexible code scanner for QR codes, barcodes and many others. Using Google's ML Kit. Use it as a Widget with a camera or use the methods provided, with a camera controller.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add code_scan

With Flutter:

 $ flutter pub add code_scan

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

dependencies:
  code_scan: ^0.4.0

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:code_scan/code_scan.dart';
16
likes
0
pub points
81%
popularity

Publisher

verified publisherdrafakiller.com

A flexible code scanner for QR codes, barcodes and many others. Using Google's ML Kit. Use it as a Widget with a camera or use the methods provided, with a camera controller.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

camera, flutter, google_mlkit_barcode_scanning, rxdart

More

Packages that depend on code_scan