Reputation: 159
This is the part of the code where I use GrieView...
I am fetching a json list from an API but I keep getting this error
on the emulator, it only shows one of the products and the rest it says RangeError (index): Invalid value: Only valid value is 0: 27 ...
Please help me, what am I doing wrong.
Upvotes: 0
Views: 220
Reputation: 598
verify that the variable value.products contains elements
Upvotes: 1