My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

State after a long time!

Rukmini Meda's photo
Rukmini Meda
·Nov 1, 2020·

2 min read

After many days, I have started flutter development yesterday. The framework that I first fancied to learn and have become an absolute fan of later is Flutter.

So, what did I learn?

State management is important while developing complicated apps. I got the chance to revisit provider concepts for the project I was working on.

What did I learn about Provider?

Provider is a pretty elegant technique for managing complex state among different widgets at various hierarchies in the widget tree. The basic idea lies in lifting the state up. This is the same idea used in React. Of course everyone knows, flutter is inspired from it.

There is this video I found on YouTube which explained provider in a very simple way. The state flows through the widgets like water flows through streams of rivers to finally merge into a sea.

My realizations

Before developing any project, it's important to plan and design. The more organized you are, the easy the project becomes and the early you can finish.

And yes, after so long, I got to debug the long stack trace!

That's all for this article, then.

P.S: This was just an article of my thoughts. Would love to hear healthy suggestions and comments.