ComparisonIntermediateFlutter What is the difference between initState and didChangeDependencies, and when do you use each?
Follow-up questions
- Give an example where didChangeDependencies runs more than once.
- Why can’t you rely on context for inherited widgets inside initState?
#flutter#lifecycle#initstate#context