Clover is an open source framework for building MVVM applications with Flutter.
ViewModelInheritedViewModelViewModelBinding
Add clover as a dependency in your project's pubspec.yaml.
dependencies:
clover: ^x.y.zAll usages can be found in the /example folder.
More information can be found on GitHub