Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanshouwang/clover
- Owner: yanshouwang
- License: mit
- Created: 2022-07-27T01:47:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T15:52:25.000Z (7 months ago)
- Last Synced: 2024-06-03T18:32:03.565Z (7 months ago)
- Language: C++
- Size: 395 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)