Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albinpk/flutter_cora

A simple Flutter package for separating UI and business logic using a view-controller pattern
https://github.com/albinpk/flutter_cora

architecture clean-code cora state-management view-controller

Last synced: 13 days ago
JSON representation

A simple Flutter package for separating UI and business logic using a view-controller pattern

Awesome Lists containing this project

README

        

## flutter_cora

[![deploy](https://github.com/albinpk/flutter_cora/actions/workflows/publish_flutter_cora.yml/badge.svg)](https://github.com/albinpk/flutter_cora/actions/workflows/publish_flutter_cora.yml)
[![codecov](https://codecov.io/github/albinpk/flutter_cora/graph/badge.svg?token=D40JS077DY)](https://codecov.io/github/albinpk/flutter_cora)
[![GitHub License](https://img.shields.io/github/license/albinpk/flutter_cora)](https://github.com/albinpk/flutter_cora/blob/dev/LICENSE)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg)](https://github.com/invertase/melos)

**flutter_cora** is a simple Flutter package for implementing the view-controller pattern, helping you separate UI and business logic to maintain cleaner and more organized code.

| Package | Pub |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [flutter_cora](https://github.com/albinpk/flutter_cora/tree/dev/packages/flutter_cora) | [![Pub Version](https://img.shields.io/pub/v/flutter_cora)](https://pub.dev/packages/flutter_cora) |
| [flutter_cora_riverpod](https://github.com/albinpk/flutter_cora/tree/dev/packages/flutter_cora_riverpod) | [![Pub Version](https://img.shields.io/pub/v/flutter_cora_riverpod)](https://pub.dev/packages/flutter_cora_riverpod) |