zxing_widget 0.1.1 copy "zxing_widget: ^0.1.1" to clipboard
zxing_widget: ^0.1.1 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 Dart:

 $ dart pub add zxing_widget

With Flutter:

 $ flutter pub add zxing_widget

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

dependencies:
  zxing_widget: ^0.1.1

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:zxing_widget/zxing_widget.dart';
4
likes
0
pub points
68%
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

License

unknown (license)

Dependencies

flutter, zxing_lib

More

Packages that depend on zxing_widget