Decode InheritedWidget

Greg Perry
Flutter Community
Published in
14 min readJan 8, 2021

--

An in-depth look at the InheritedWidget

Part of the Decode Flutter Series

This sample app, counter_app_inherited, is being used in this article to showcase the InheritedWidget. It supplies the simple ‘counter app’ you’ll no doubt recognize whenever you create a new Flutter project. However, in this app, an InheritedWidget is involved in incrementing the counter.

--

--