このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
lisper
/
qr_code_scanner
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
refactor: barcode code to non nullable
flutter-beta
Julian Steenbakker
5年前
親
9f7eaec71e
コミット
ec0b8070b5
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
16E437C7A3D94250
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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.
書き込み
プレビュー
読み込み中…
キャンセル
保存