This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
lisper
/
qr_code_scanner
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
refactor: barcode code to non nullable
flutter-beta
Julian Steenbakker
пре 5 година
родитељ
9f7eaec71e
комит
ec0b8070b5
No known key found for this signature in database
GPG Key ID:
16E437C7A3D94250
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/src/types/barcode.dart
+ 1
- 1
lib/src/types/barcode.dart
Прегледај датотеку
@@ -8,7 +8,7 @@ import 'barcode_format.dart';
class Barcode {
Barcode(this.code, this.format, this.rawBytes);
final String
?
code;
final String code;
final BarcodeFormat format;
/// Raw bytes are only supported by Android.
Write
Preview
Loading…
Откажи
Сачувај