here i'm trying to return the animedetailjson
inside Future<void> getJsonanimedetail()
to Container
so i can show the data on (maybe) a widget but the problem is, the FutureBuilder
is returning null
even though the print
inside Future<void> getJsonanimedetail()
is working. I've read some similiar topic about this problem, but i'm having difficult time understanding other's people code, i'm really new to programming, so i apologize for asking the same question(but with my own code