問題タブ [dart-null-safety]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - flutter firestore でフィールドを NULL に設定できません
JSON シリアル化を使用してドキュメントを firestore にアップロードします。
フラッター プロジェクトを nullsafety に更新したところ、NULL フィールドで次のエラーが発生しました。
エラー: [cloud_firestore/unknown] タイプ 'Object' の値が必要でしたが、タイプ 'Null' の値を取得しました
クラスの私のフィールドはnullabeです:
弦?分野;
これはバグですか、それとも何か間違っていますか? この更新の前に null フィールドを持つことができました。私はウェブビルドを使用しています