Roman Volkov
Aug 3, 2021

Worth noting that didChangeDependencies() can be called multiple times - every time when dependency changes. Unlinke initState() - which would be called only once. The article gives the impression that they behave the same.

Roman Volkov
Roman Volkov

No responses yet