Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanshouwang/clover

Clover is an open source framework for building MVVM applications with Flutter.
https://github.com/yanshouwang/clover

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.

``` 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](https://github.com/yanshouwang/clover)