Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cem256/flutter-tech-task
https://github.com/cem256/flutter-tech-task
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cem256/flutter-tech-task
- Owner: cem256
- Created: 2023-09-06T08:45:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-06T17:52:08.000Z (over 1 year ago)
- Last Synced: 2024-04-20T15:25:47.000Z (8 months ago)
- Language: Dart
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)