Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/progressor-simple-edition
A simple app to keep track the time you Learn, Playing, Reading, ... in every week. This is also my attempt to teach myself Flutter & Dart
https://github.com/sonnguyen9800/progressor-simple-edition
Last synced: 1 day ago
JSON representation
A simple app to keep track the time you Learn, Playing, Reading, ... in every week. This is also my attempt to teach myself Flutter & Dart
- Host: GitHub
- URL: https://github.com/sonnguyen9800/progressor-simple-edition
- Owner: sonnguyen9800
- Created: 2021-06-06T04:05:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T15:40:56.000Z (over 3 years ago)
- Last Synced: 2024-11-18T06:54:42.391Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 668 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressor 0.0.1
1. Sometime you want to set a target for you weekly, for example: "Reading Book for 8 hours every week". This app helps you to do that. Furthermore, you can see the progress that you have done so far in the current week.
2. Current version is very simple and support for Android Only. The project also has not migrated to Null-Safety yet.
*In addition, this is also my attemp to learn Flutter and Dart
## Description
- Create & Delete the Progress's name & the amount of time per week you want to spend on the task (unit:minutes per week)
- Start the timer before the task actually happends to keep track time spent on that task.
- End the timer when the task is paused, suspended.## Images
## Getting Started
- Run: "flutter pub get" to install needed plugins.
- Run: "flutter build apk --split-per-abi" to build the apk file### Dependencies
- google_fonts: ^2.0.0
- sqflite: ^2.0.0+3
- path_provider: ^2.0.1
- numberpicker: ^1.3.0
- jiffy: ^3.0.1
- flutter_local_notifications: ^4.0.1
- flutter_background: ^0.1.6
- provider: ^5.0.0## Authors
sonnguyen9800
## Version History
* 0.0.1: Public version with UI & Basic featured provided. No more upgrades for this public repo.## License
* Free to use for Educational Purpose
## Acknowledgments
LinkedinLearning: Where I learn Flutter & Dart