GithubHelp home page GithubHelp logo

bmi-tracker-app's Introduction

BMI Tracker App

A new Flutter project.

Download

You can download the latest version of the app from the following link:

Download APK

#User fake:

[email protected]

12345678

Architecture

BMI Tracker follows the Clean Architecture pattern to maintain separation of concerns and facilitate scalability. The app is divided into the following components:

  • Entities: Define core business objects like events.
  • Use Cases: Contain application-specific business rules.
  • Repositories: Provide an interface for accessing data.
  • Data Sources: Implement data sources such as local database or remote server.
  • Models: Define data models used throughout the app.
  • Repository Implementations: Concrete implementations of repositories.
  • Controller with Provider: Manage the application's state and business logic using the Provider.
└── lib/
    ├── domain/               # Domain layer
    │   ├── entities/         # Domain entities
    │   ├── repositories/     # Abstract repositories interfaces
    │   └── use_cases/        # Business logic (use cases)
    │
    ├── data/                 # Data layer
    │   ├── models/           # Data models
    │   ├── repositories_impl/# Implementations of repositories
    │   └── datasources/      # Data sources (e.g., API, Firebase)
    │
    └── presentation/         # Presentation layer
        ├── provider/         # provider
        ├── screens/          # UI screens
        └── widgets/          # UI widgets

bmi-tracker-app's People

Contributors

abdalla-hassanin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.