Relative Content

Tag Archive for flutterdartoverriding

NoSuchMethodError : ‘[]’ in flutter

I am working on flutter and i have overriden initState() and overriden Widget build()
So when i assigned value to a variable inside overriden initState() and using that variable inside the overriden Widget build(), i am getting the variable as null. someone please help me