In this post you will learn about maintaining app state in Flutter app with the help of Inherited Widget. Introduction If you have ever worked on app using state management you must have had problem passing the state from root parent node down to leaf nodes (or child of child of child). Consider a shopping […]
Categories