Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vincentjouanne/flutter-bloc-clean-architecture
- Owner: VincentJouanne
- Created: 2022-03-06T18:43:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T16:11:07.000Z (over 2 years ago)
- Last Synced: 2024-12-10T05:42:56.665Z (30 days ago)
- Topics: bloc, clean-architecture, dartz, emulator, firebase, flutter, functional-programming, port-adapter, tdd, tests, ui
- Language: Dart
- Homepage:
- Size: 3.49 MB
- Stars: 176
- Watchers: 2
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.