yanshouwang / clover

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Features

  • View<TViewModel extends ViewModel>
  • ViewState<TView extends View<TViewModel>, TViewModel extends ViewModel>
  • ViewModel

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

About

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

License:MIT License


Languages

Language:C++ 38.8%Language:CMake 33.6%Language:Dart 19.2%Language:HTML 3.4%Language:C 2.6%Language:Swift 2.1%Language:Kotlin 0.2%Language:Objective-C 0.1%