Skip to content

A Flutter todo app for learning how to implement inherited widget

License

Notifications You must be signed in to change notification settings

Hamid313-coder/enherited_widget_example

Repository files navigation

💙 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!