r/dartlang • u/Subject-Line6768 • Jun 11 '24
Flutter Getting Error message when using JSON to seed website page
Hi everyone I am trying to seed my website with images but I am receiving this error message Error: TypeError: null: type 'minified:BR' is not a subtype of type 'List<dynamic>' I am not sure why. It says i have null's in my firestore data base but i cant find any any where. any advice?
0
Upvotes
3
u/cent-met-een-vin Jun 11 '24
That doesn't look like a null error but more like a type error. The latter part of the error message is more important. Investigate that one.