Page URL
https://docs.flutter.dev/get-started/fundamentals/state-management
Page source
https://github.com/flutter/website/blob/main/src/content/get-started/fundamentals/state-management.md
Describe the problem
In the overview, right before the "Using widget constructors" section, you mention that using widget constructors is sometimes called "prop drilling" in other frameworks. However, at the end of the "Using widget constructors" section, you mention dependency injection. Is there a misuse of the term in the doc?
Please find the attached image. Shouldn’t it be referred to as “prop drilling” in this section instead of “dependency injection”?
#
Expected fix
No response
Additional context
No response
I would like to fix this problem.