Kaynağa Gözat
Updated barcode check to inline check. Updated README.md.
flutter-beta
Julian Steenbakker
5 yıl önce
ebeveyn
işleme
49f846d7a7
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 16E437C7A3D94250
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
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; |
|
|
|
} |
|
|
|
|