In general, there are several state management techniques that can be used in Flutter to manage the state of a widget or application. These include: Source Unsplash.com setState setState is a built-in method provided by Flutter that allows a widget to mark itself as “dirty” and requires a rebuild. It...
Continue reading...getx
How to make a flutter counter app with the provider?
In this article, we will learn how can we make a simple flutter counter app with provider State Management. A counter app is an application in which we can increase or decrease a value by pressing the buttons. An example of this is when we create a flutter application then you see a default...
Continue reading...