Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cem256/flutter-tech-task


https://github.com/cem256/flutter-tech-task

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Flutter Tech Task

To run the project make sure that you have at least Flutter 3.13.2 installed

## Folder Structure

- "app" folder holds files specific to this particular application.
- "core" folder contains application-agnostic code that can be reused in other projects.
- "feature" folder represents the app's feature set. Each feature is divided into subfolders for data, domain, and presentation.

## Architecture

[Clean Architecture](https://github.com/ResoCoder/flutter-tdd-clean-architecture-course#readme)