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: 6 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T16:11:07.000Z (about 3 years ago)
- Last Synced: 2024-12-10T05:42:56.665Z (6 months 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
[](https://codecov.io/gh/VincentJouanne/flutter-bloc-clean-architecture)
# The application example

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.