Widget build(context) { try{ if (isFirst == true) { fetchImage(); fetchCategories(context); isFirst = false; } }catch(Excepti
If you are fetching data from the API consider using FutureBuilder.