Flutter context Null check operator used on a null value
I would like guidance on how to avoid this problem that occurs with some users. It's not a general error. It seems that flutter disables/dispose the context during my app's initialization flow. I'm using FutureBuilder in initState. The screen only…