Andreas Fahrecker b1a90b1e05 Added tpId parameter to Detail Screen
List Item in cupertino now acceptable

Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-03-18 17:20:09 +01:00
2021-03-08 16:19:31 +01:00
2021-02-23 23:15:31 +01:00
2021-03-08 16:19:31 +01:00
2021-03-18 17:20:09 +01:00
2021-03-13 19:47:20 +01:00
2021-03-08 16:19:31 +01:00
2021-02-22 00:42:55 +01:00
2020-10-08 08:55:00 +02:00
2021-02-24 02:06:34 +01:00
2021-03-13 19:47:20 +01:00

Time Progress Tracker

A Flutter Application to create Timers with a percentage indicator. The Idea for this Application came to me while, I was doing my civil service. It is a really simple app at this state. You can enter Time Progresses, which are made up of a name, a start date, and a end date. Then you can see a list of all currently active and a list of all currently inactive progresses, including their current percentages.

Current State of the repo.

Now the repo is mostly cleaned up.

My own model classes are located in lib/models. The logic for converting the models to json format and saving them is in lib/persistence. All redux logic, including store connector widgets are in lib/redux. The Flutter UI widgets are located in lib/ui. Other stuff is in lib/utils or directly in lib.

Original Readme

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Description
No description provided
Readme 1.1 MiB
Languages
Dart 94.5%
HTML 2.4%
Ruby 1.8%
Swift 0.9%
Kotlin 0.4%