Daily Archives: October 7, 2020

Flutter Vanilla State Management

Flutter Vanilla State Management

We are all used when managing a state without any library in Flutter we have to create a StatefulWidget. And that to change its state and update a widget we have to do it using the setState(() => state=newState) method. … Read More

Secured By miniOrange