...

/

More State Management Libraries to Check Out

More State Management Libraries to Check Out

Get introduced to other Flutter state management solutions.

BLoC is one of many state management methods that are offered in Flutter. In this lesson, we’ll introduce some of these methods.

Inherited widget

The Inherited widget is a low-level state management solution provided by Flutter. It’s used to propagate data down the widget tree. It’s based on the concept of inheritance and can be used to share data between ...