gs1_barcode_parser 0.0.6 copy "gs1_barcode_parser: ^0.0.6" to clipboard
gs1_barcode_parser: ^0.0.6 copied to clipboard

outdated

The barcode parser is a library for handling the contents of GS1 barcodes.

example/main.dart

import 'package:gs1_barcode_parser/gs1_barcode_parser.dart';

main() {
  final String barcode =
      ']C101040123456789011715012910ABC1233932971471131030005253922471142127649716';

  final parser = GS1BarcodeParser.defaultParser();
  final result = parser.parse(barcode);
  print(result);
}
18
likes
0
pub points
83%
popularity

Publisher

verified publishermobui.ru

The barcode parser is a library for handling the contents of GS1 barcodes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on gs1_barcode_parser