简体   繁体   中英

Flutter: ListView.builder not showing data

Well i'm using List view builder to show data from a specific API but it shows nothing even that the response body contains data.

CODE LINK !!

Did it help you?

  void initState(){
    super.initState();
    myList = getTrendingGamesBloc..getTrendingGames();
  }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM