Unhandled Exception: NoSuchMethodError: The method 'map' was called on null
webx20 opened this issue · 1 comments
webx20 commented
Hello sir. I tried your code out to see but i keep getting this error can you help? I wasn't getting it before just recently
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: NoSuchMethodError: The method 'map' was called on null.
E/flutter ( 5813): Receiver: null
E/flutter ( 5813): Tried calling: map(Closure: (dynamic) => AdBanner)
Sameera-Perera commented
Data fetching has issue. Please check if fetch result have data.
try - print(result.body);
if print is null or error, check your searvice method.