Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 620 Bytes

File metadata and controls

14 lines (10 loc) · 620 Bytes

💙 Enherited Widget Example

🚀 Goal

This repository is created to learn how to implement state management in Flutter with Inherited widget.

😎 Result

reactjs

😜Don't know inherited widget?

Inherited widget is a verry basic widget for managing your state and passing data to its descended children. It works with statful widget.

for more info see this!