I am new to flutter and when I want to call my context in InitState it throws an error : which is about BuildContext.inheritFromWidgetOfExactType but then I use did
BuildContext.inheritFromWidgetOfExactType
I've found a significant difference between initState and didChangeDependencies:
initState
didChangeDependencies