Code Monkey home page Code Monkey logo

fitness_tracking_app's Introduction

Fitness Tracking App

This Flutter-based fitness tracking app is designed to help users monitor and track their fitness activities with a clean and intuitive UI. The app supports multiple themes, Language localization, and includes API integration using Dio, local storage with shared preferences, and much more.

Features

  • Theme Mode: Light and Dark themes, synchronized with the device's system theme.
  • Language Localization: Supports both English and Bengali.
  • User Authentication: Login and registration screens for user authentication.
  • Fitness Activity Tracker: Track daily activities with detailed views of each activity.
  • Statistics: View comprehensive statistics related to your fitness progress.
  • Custom Widgets: Includes custom buttons, animations, and navigation.

Screenshot

Fitness Tracker

Fitness Tracker

Dependencies

  • dio: For API integration.
  • provider: State management.
  • easy_localization: For handling multiple languages.
  • flutter_screenutil: For responsive design.
  • icons_plus, font_awesome_flutter: Icons for UI components.
  • carousel_slider, dots_indicator: For dynamic UI elements.
  • fl_chart: For charting and statistics display.

Directory Structure

        fitness_tracking_app/
        ├── android/
        ├── ios/
        ├── assets/                           # Contains app icons, fonts, and images
        ├── lib/
        │   ├── model/
        │   │   ├── service/
        │   │   │   ├── helper/               # Helper functions for theme and token management
        │   │   │   ├── local/                # Local storage services
        │   │   │   ├── localization/         # Language JSON files (bn.json, en.json)
        │   │   │   └── remote/               # API-related services and response handling
        │   ├── modules/
        │   │   ├── activity/
        │   │   ├── auth/
        │   │   ├── home/
        │   │   ├── profile/
        │   │   └── statistics/               # Statistics and detailed activity tracking
        │   ├── utils/
        │   │   ├── constant/                 # Constant values for colors, buttons, etc.
        │   │   └── theme/                    # Theme-related settings and customizations
        │   └── view/
        │       ├── widgets/                  # Custom widgets like buttons, navigation bars, etc.
        │       └── viewModel/                # ViewModels for managing the state of the app
        ├── test/                             # Unit and widget tests
        ├── pubspec.yaml                      # Flutter configuration file
        └── README.md                         # Project README

Known Issues

  • API Integration: The API setup is in place but not fully implemented.

Future Improvements

  • Complete API integration and refine local database functionality as needed.

APK Download

Download the APK

fitness_tracking_app's People

Contributors

aashayon 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.