You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works. I can get the same data with the same format when I use "json.decode(response.body)" but it doesn't work.
Why it could be?
(rows variable defined as List. And response has a right shape which package example requires.)
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting data from API like I wrote down.
But Editable rows don't accept that row variable, turns rows as null. When I copy print of rows (print(rows);) and use it to define rows like;
It works. I can get the same data with the same format when I use "json.decode(response.body)" but it doesn't work.
Why it could be?
(rows variable defined as List. And response has a right shape which package example requires.)
The text was updated successfully, but these errors were encountered: