MohaAmiry / flutter_layered_architecture_example

A Simple favorite, add, view application that implements layered architecture in flutter using Hive as a key-based database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a project i made in university when i was learning architectures.

Targeted Audience

This project is aimed for anyone wants to get into architectures and design while using flutter! it will be a great starting point to grasp the workflow of layered architecture.

Components

this project is composed of the major layers

  • Data for database management.
  • Models for application models that are consumed by the views.
  • Views which is the layer where flutter is used, the UI.

About

A Simple favorite, add, view application that implements layered architecture in flutter using Hive as a key-based database.


Languages

Language:Dart 99.3%Language:Kotlin 0.7%