Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vincentjouanne/flutter-bloc-clean-architecture

🏛 Flutter clean architecture using the bloc library for state management. This repository aims to help people to architecture their Flutter apps by providing an opinionated example.
https://github.com/vincentjouanne/flutter-bloc-clean-architecture

bloc clean-architecture dartz emulator firebase flutter functional-programming port-adapter tdd tests ui

Last synced: 20 days ago
JSON representation

🏛 Flutter clean architecture using the bloc library for state management. This repository aims to help people to architecture their Flutter apps by providing an opinionated example.

Awesome Lists containing this project

README

        

[![codecov](https://codecov.io/gh/VincentJouanne/flutter-bloc-clean-architecture/branch/master/graph/badge.svg?token=ISOAABNC13)](https://codecov.io/gh/VincentJouanne/flutter-bloc-clean-architecture)

# The application example

![app_banner](./docs/monumental_habits_banner.png)

A [free UI Kit](https://www.pixeltrue.com/free-ui-kits/habit-builder-ui-kit) made by [Pixel True](https://www.pixeltrue.com/), which will be used as a demo application for this repository.

# Motivation

This repository aims to be a template or an inspiration source for your next Flutter project by providing you high quality standards.