TarekAlabd / Flutter-Steps-Tracker

It's an open source project for the steps tracking (Pedometer) built with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Steps Tracker

It's an open source project for the steps tracking (Pedometer) built with Flutter and integrated with Firebase as the initial backend service.

Some of the features should have been in the server-side using cloud functions, but there were some problems with that and it will be available soon with some configuration instructions to work on one server.

So you may find some workarounds that will be more accurate and better after adding the server-side functions.

Quick Start πŸš€

Feature Set ✨

  • Free & Open Source
  • Cross Platform App (Android - IOS)
  • Usable and user-friendly interface
  • Proper architecture for the code, Clean Architecture
  • Authentication Anonymously with Firebase
  • Recording the users data in Firestore Database
  • Tracking the user footsteps and update them in real-time manner while the app is in the foreground
  • For every 100 steps, a function adds 5 points to the health points of the user
  • Showing a visual feedback to the user (now it's simple, Snackbar) to notice the users that they gain extra points
  • Catalog of rewards, so you can pick a reward you like
  • Rewards are paid with the health points, just scan the QR code (now it's dummy) and confirm if you have enough number of points
  • History that lists all the exchanges to health points and the rewards taken
  • Leaderboard page where you can see your ranking between all the users
  • Multilingual, supports both Arabic and English
  • Multi themes, supports the light and dark theme

Future Steps ✨

  • Refactor some of the colors, methods, cubits, repos and some files in the architecture
  • Daily steps (The Pedometer plugin basically calculates the total steps not daily)
  • Customized Goals
  • Build a good UI for the empty states (one empty state)
  • Integrate with the cloud functions and make the app more accurate
  • Update the visual feedback after the user gains extra points
  • Make the app works on the background
  • Enable push notifications
  • Sends notifications as the visual feedback for gaining more points (Background)
  • CI/CD for reviewing the pull requests
  • Publish the app to Google Play Store

Screenshots πŸ“·

Home Exchanges Rewards Leaderboard

Documentation πŸ“

About

It's an open source project for the steps tracking (Pedometer) built with Flutter.

License:Apache License 2.0


Languages

Language:Dart 99.4%Language:Ruby 0.4%Language:Swift 0.1%Language:Kotlin 0.1%Language:Objective-C 0.0%