ResoCoder / flutter-ddd-firebase-course

https://resocoder.com/flutter-firebase-ddd-course
GNU General Public License v3.0
470 stars 161 forks source link

Json serialization with with deep class object Id and JsonKen(ignore:true) #27

Open excellencemichel opened 3 years ago

excellencemichel commented 3 years ago

I want to moving the code to Flutter 2.2 When I attempt to go on the note detail, I same the TodoListItem Id is null (but it is not null on firebase firestore), it happen when the TodoListItem Dto is in the toDomain method; I got this error CastError (Null check operator used on a null value) Anyone can help me ?

goevexx commented 3 years ago

I've got the same issue

goevexx commented 3 years ago

Have you removed required?

ShyrokyiOleksandr commented 3 years ago

Got the same issue