Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 459 Bytes

clover

Clover is an open source framework for building MVVM applications with Flutter.

Features

  • ViewModel
  • InheritedViewModel
  • ViewModelBinding

Getting started

Add clover as a dependency in your project's pubspec.yaml.

dependencies:
    clover: ^x.y.z

Usage

All usages can be found in the /example folder.

Additional information

More information can be found on GitHub