41 lines
1.7 KiB
Markdown
41 lines
1.7 KiB
Markdown
# 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.
|
|
|
|
Currently, the code in this branch is pretty messed up. Since I wrote that application from a
|
|
prototype which, was developed as my first flutter project and in a very short time.
|
|
Since, then most of the work that went into this project was cleanup work.
|
|
|
|
Currently I am working on a clean codebase in the feature/platform-widget branch.
|
|
|
|
At this state, the base screens of the app are located in lib/screens,
|
|
all other ui widgets are located in li/widgets,
|
|
the model classes are located in lib/model,
|
|
files related to persisting the data are in lib/persistence,
|
|
and redux related files are spread over lib/actions lib/middleware lib/reducers and lib/reducers.
|
|
|
|
- [Google Play](https://play.google.com/store/apps/details?id=com.fahrecker.time_progress_calculator)
|
|
|
|
|
|
## 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:
|
|
|
|
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
|
|
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
|
|
|
For help getting started with Flutter, view our
|
|
[online documentation](https://flutter.dev/docs), which offers tutorials,
|
|
samples, guidance on mobile development, and a full API reference.
|