I am learing about api's and http request in flutter and I got an error in making a get request I got this error : Error: Expected a value of type 'String', but got one of type 'Null'
I got this error:
I am learing about api's and http request in flutter and I got an error in making a get request I got this error : Error: Expected a value of type 'String', but got one of type 'Null'
I got this error:
Copyright © 2021 Jogjafile Inc.
When you say data[id] as String for example, that means: data[id] is null.
2 solutions:
Or