Provider Dynamic Themes

Fred Grott
5 min readFeb 26, 2022

If you want to get a handle on dependency injection; the easiest way is to figure out how to dependency inject

the app themes. Let me show you how to use Provider to inject your app themes.

Widget Dependency Injection

Widget dependency injection works through using improved inherited widget and model patterns to inject dependencies into the widget tree…

--

--