FLUTTER ECOSYSTEM

TarekAlabd/Flutter-Steps-Tracker

Es ist ein Open-Source-Projekt für die Schrittzählung (Pedometer), das mit Flutter erstellt wurde.

Projektcover von Flutter-Steps-Tracker
Stars
118
Forks
45
Letzter Push (UTC)
20.06.2022
Projektstatus
Aktiv
Tarek Alabd GitHub avatar
GITHUB User

Tarek Alabd ↗

Software Engineer Team Leader | Google Developer Expert for Flutter & Dart | Content Creator on YouTube | Subject-Matter Expert at Variiance | Mobile Enthusiast

@WqtahEgypt , Cairo
SprachenDartRubySwiftKotlinObjective-C

Verwandte Pakete und Beispiele

Verwendete Abhängigkeiten

Abhängigkeiten 27 Einträge

App-Kategorien

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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 ✨

  • [x] Free & Open Source
  • [x] Cross Platform App (Android - IOS)
  • [x] Usable and user-friendly interface
  • [x] Proper architecture for the code, Clean Architecture
  • [x] Authentication Anonymously with Firebase
  • [x] Recording the users data in Firestore Database
  • [x] Tracking the user footsteps and update them in real-time manner while the app is in the foreground
  • [x] For every 100 steps, a function adds 5 points to the health points of the user
  • [x] Showing a visual feedback to the user (now it's simple, Snackbar) to notice the users that they gain extra points
  • [x] Catalog of rewards, so you can pick a reward you like
  • [x] 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
  • [x] History that lists all the exchanges to health points and the rewards taken
  • [x] Leaderboard page where you can see your ranking between all the users
  • [x] Multilingual, supports both Arabic and English
  • [x] 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 :camera:

https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/1.png
Home Exchanges Rewards Leaderboard
https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/2.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/3.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/4.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/5.PNG
https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/2-1.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/3-1.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/4-1.PNG https://github.com/TarekAlabd/Flutter-Steps-Tracker/blob/master/assets/screenshots/5-1.PNG

Documentation 📝