A simple application to track everything you want

Overview

Stat Track

A simple application to track everything you want

Get it on Google Play

Description

Stat Track is an app that lets you track numbers, text and many more and export it to JSON.

Examples to track:

  • Expenses
  • Sleep
  • Work time
  • Training progress
  • Health
  • Wellbeing
  • ...

Analyse your Data

You can analyse your Stat Track data on your computer with the Stat Track Analyser or use the online analyser.

Such a json file might look something like this:

Click me!
{
  "entries": [
    {
      "date": "2021-09-20T17:43:58.168673",
      "fields": {
        "Warmup": true,
        "Effectiveness": 7.0,
        "Squats": 40,
        "Push-ups": 25,
        "Comment": "Nice workout"
      }
    },
    {
      "date": "2021-09-21T17:45:14.472420",
      "fields": {
        "Warmup": true,
        "Effectiveness": 8.0,
        "Squats": 42,
        "Push-ups": 28,
        "Comment": "Hard workout, but nice progress"
      }
    },
    {
      "date": "2021-09-22T16:54:52.331305",
      "fields": {
        "Warmup": false,
        "Effectiveness": 4.0,
        "Squats": 36,
        "Push-ups": 18,
        "Comment": "Only quick warm up, no time today"
      }
    },
    {
      "date": "2021-09-23T18:57:07.910150",
      "fields": {
        "Warmup": true,
        "Effectiveness": 7.0,
        "Squats": 48,
        "Push-ups": 20,
        "Comment": "Good workout, squats went very well"
      }
    },
    {
      "date": "2021-09-25T16:00:36.702878",
      "fields": {
        "Warmup": true,
        "Effectiveness": 9.0,
        "Squats": 50,
        "Push-ups": 30,
        "Comment": "\"Pause\" was worth it"
      }
    },
    {
      "date": "2021-09-26T17:03:48.516354",
      "fields": {
        "Warmup": true,
        "Effectiveness": 7.0,
        "Squats": 42,
        "Push-ups": 32,
        "Comment": "No strength in the legs today"
      }
    },
    {
      "date": "2021-09-27T18:05:48.516354",
      "fields": {
        "Warmup": true,
        "Effectiveness": 7.0,
        "Squats": 40,
        "Push-ups": 32,
        "Sleep": 8,
        "Comment": "I think I should track my sleep"
      }
    }
  ]
}

Screenshots

track config history

Contributing

Thanks for helping with this project! To contribute, please read this.

Colors

  • Main: #28AFB0
  • Secondary: #9191E9
  • Background: #30343F
  • Background 2: #1B2021
You might also like...

A simple App made with flutter where you can create Q&A List

A simple App made with flutter where you can create Q&A List

iQuestions 📝 Welcome to Iquestions project! A simple App made with flutter where you can create Q&A List. This is a Fully Functional App that uses Ge

Sep 13, 2022

It is an application where you can find out how many people are in space, news about space and access random space photos.

It is an application where you can find out how many people are in space, news about space and access random space photos.

It is an application where you can find out how many people are in space, news about space and access random space photos. This application was made to learn the dart language.

Oct 8, 2021

A thank you page made in flutter for successful payment status in any application.

A thank you page made in flutter for successful payment status in any application.

thanku A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

Jan 3, 2023

Bmi-app - A Flutter application which helps you to find your BMI

Bmi-app - A Flutter application which helps you to find your BMI

BMI APP 🏋 An simple flutter application for finding your body BMI Screenshots ?

Jan 19, 2022

A flutter application to help you study

Mindrev [WIP] A flutter application to help you study Features Divided into classes, topics, and materials Flashcards Notes Ordered Notes Graphs Mind

May 3, 2022

Instead of a simple counter app, the @FlutterDev team can provide a simple game like the one below.

Instead of a simple counter app, the  @FlutterDev  team can provide a simple game like the one below.

Instead of a simple counter app, the @FlutterDev team can provide a simple game like the one below. Thanks to the @rive_app team for their easy-to-use animation kit.

Oct 27, 2022

A simple chat application in flutter made with stream.

A simple chat application in flutter made with stream.

chat_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Oct 11, 2022

A simple shopping application made with Flutter utilizing Firebase REST APIs as a backend.

A simple shopping application made with Flutter utilizing Firebase REST APIs as a backend.

A simple shopping application made with Flutter (MVVM Architecture) utilizing Firebase (REST APIs) as a backend.

Aug 5, 2022

A simple flutter application which explains razorpay payment gateway integration with flutter.

A simple flutter application which explains razorpay payment gateway integration with flutter.

A simple flutter application which explains razorpay payment gateway integration with flutter.

Oct 24, 2021
Comments
  • FieldTypes are not translated to german

    FieldTypes are not translated to german

    Describe the bug When adding a new tracker, the drop-down menu is not translated.

    To Reproduce Steps to reproduce the behavior:

    1. Set the language to German
    2. Go to 'Configure'
    3. Click on 'Add'
    4. Open the drop-down box
    5. All values are still in English

    Expected behavior Should be german

    Smartphone (please complete the following information):

    • Device: Samsung Galaxy Note 9
    • OS: Android 10
    • Version 0.0.5

    Additional context This error is caused by the static field in fieldType.dart. The can not make use of the localizations when being initialized.

    bug 
    opened by hertelukas 0
Owner
Lukas
Lukas
Cryptocurrency App with MVP Design Pattern to track all the coins data in realtime for android & iOS . Written in dart using Flutter SDK.

Flutter CryptoCurrency App (MVP) Cryptocurrency App with MVP design pattern to track all the coins data in realtime for android & iOS . Written in dar

Pawan Kumar 287 Dec 30, 2022
A flutter app helps to keep track of what money is spent in order to help save

HaslTy This application helps to keep track of what money is spent in order to help save. Tools State management (BLoC). Local database (sqflite packa

Ahmed Khairy 4 Oct 29, 2021
To keep track of dogs food every day in order to prevent overlaps and double feeding

This application is just a demo on how to use StreamBuilders with Firebase. Brief Description: All the people having this application, can see changes

Kamand Shayegan 1 May 4, 2022
This is an E-commerce App that you can buy goods, it has no data base so all you see in this app are created as default

This is an E-commerce App that you can buy goods, it has no data base so all you see in this app are created as default. Once I create a server and connect with it, I will create another repository or simply update this one.

Khusan Flutter Dev 2 Feb 10, 2022
2 screens you maybe find useful wan you plan to build your flutter app

2 screens to a travel application 2 screens you maybe find useful wan you plan t

Abdelghani meliani 5 Nov 14, 2022
Travel-Application-Ui-design - A Simple Travel Application Ui design For Flutter

Flutter Simple Travel Application UI Design A part of #flutter100daysofcode. Let

Lutfur Rahman 0 Jan 28, 2022
A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.

A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.

null 16 Nov 2, 2022
This app it's a simple app to help you choose between alcool or gasoline based on the price of the gasoline and the price of the alcool.

This app it's a simple app to help you choose between alcool or gasoline based on the price of the gasoline and the price of the alcool. It's a simple app that uses a simple logo, two text fields and a button that calculate and show the best option.

Cácio Lucas 0 Oct 3, 2021
A simple app for studying the japanese vocabulary you will learn in your japanese learning journey based on cards with meaning, pronunciation and kanji.

KanPractice A simple app for studying the japanese vocabulary you will learn in your japanese learning journey based on cards with meaning, pronunciat

Gabriel García 23 Jan 3, 2023