qrcode_scanner_dialog 1.0.0 copy "qrcode_scanner_dialog: ^1.0.0" to clipboard
qrcode_scanner_dialog: ^1.0.0 copied to clipboard

Plugin to show a simple scanner dialog and capture Bar/QR code easily. Works with Android iOS and Web. It uses html5-qrcode scanner for web and qr_code_scanner for Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qrcode_scanner_dialog

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

dependencies:
  qrcode_scanner_dialog: ^1.0.0

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:qrcode_scanner_dialog/qr_bar_code_scanner_dialog.dart';
import 'package:qrcode_scanner_dialog/qr_bar_code_scanner_dialog_method_channel.dart';
import 'package:qrcode_scanner_dialog/qr_bar_code_scanner_dialog_platform_interface.dart';
import 'package:qrcode_scanner_dialog/qr_bar_code_scanner_dialog_web.dart';
1
likes
150
points
547
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin to show a simple scanner dialog and capture Bar/QR code easily. Works with Android iOS and Web. It uses html5-qrcode scanner for web and qr_code_scanner for Android and iOS

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, qr_code_scanner

More

Packages that depend on qrcode_scanner_dialog