Skip to content

Commit

Permalink
add working codes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
D3bi7 authored Jul 4, 2024
1 parent a9f4745 commit abe14e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/barcode_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BarcodeItem {
static final List<BarcodeItem> barcodes = [
BarcodeItem(
description: "Firma nie zweryfikowana",
data: "5906395998180",
data: "5905499300707",
type: Barcode.ean13()),
BarcodeItem(
description: "Firma zweryfikowana z pełną punktacją",
Expand All @@ -25,11 +25,17 @@ class BarcodeItem {
data: "5900497025454",
type: Barcode.ean13()),
BarcodeItem(
description: "Kod wewnętrzny", data: "00000000", type: Barcode.ean8()),
description: "Kod wewnętrzny",
data: "00000000",
type: Barcode.ean8()),
BarcodeItem(
description: "Firma zarejestrowana poza Polską",
data: "8680861069075",
type: Barcode.ean13()),
BarcodeItem(
description: "Firma zarejerstrowana w ...",
data: "5090000000006",
type: Barcode.ean13()),
BarcodeItem(
description: "Marka własna Lidla",
data: "20982515",
Expand Down

0 comments on commit abe14e8

Please sign in to comment.