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