data get from firebase in initstate not working, flutter
I'm currently writting a code to fetch a firebase data in initState. But no matter what I do it does't return or does't store data so I get following error. I'm getting error at code Text(userName["username"].toString()) Exception has occurred. NoSuchMethodError…