zxing_widget 0.1.0 zxing_widget: ^0.1.0 copied to clipboard
A Barcode Generator Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zxing_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zxing_widget: ^0.1.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:zxing_widget/zxing_widget.dart';