Selaa lähdekoodia
Updated barcode check to inline check. Updated README.md.
flutter-beta
Julian Steenbakker
5 vuotta sitten
vanhempi
commit
49f846d7a7
No known key found for this signature in database
GPG Key ID: 16E437C7A3D94250
1 muutettua tiedostoa jossa
1 lisäystä ja
0 poistoa
-
lib/src/qr_code_scanner.dart
|
|
|
@@ -85,6 +85,7 @@ class Barcode { |
|
|
|
|
|
|
|
final String code; |
|
|
|
final BarcodeFormat format; |
|
|
|
|
|
|
|
/// Raw bytes are only supported by Android. |
|
|
|
final List<int> rawBytes; |
|
|
|
} |
|
|
|
|