zxing_widget 1.1.0 copy "zxing_widget: ^1.1.0" to clipboard
zxing_widget: ^1.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: ^1.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';
3
likes
140
pub points
74%
popularity

Publisher

verified publishershirne.com

A Barcode Generator Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, zxing_lib

More

Packages that depend on zxing_widget