Flutter mediator is a state management package base on the InheritedModel with automatic aspect management to make it simpler and easier to use, and rebuild widgets only when necessary.
-
Updated
Feb 19, 2024 - Dart
Flutter mediator is a state management package base on the InheritedModel with automatic aspect management to make it simpler and easier to use, and rebuild widgets only when necessary.
Flutter Mediator Lite is a super easy state management package, base on the InheritedModel with automatic aspect management to make it simpler and easier to use and rebuild widgets only when necessary.
test different default state management in flutter
Vanilla State Management - InheritedWidget - InheritedModel - InheritedNotifier - Riverpod - ValueNotifier/ValueListenableBuilder
A dedicated repository for learning and implementing different state management techniques in Flutter. This repo covers basic to advanced approaches including setState, InheritedWidget, Provider, Riverpod, Bloc, Cubit, Redux, and more.
Add a description, image, and links to the inherited-model topic page so that developers can more easily learn about it.
To associate your repository with the inherited-model topic, visit your repo's landing page and select "manage topics."