https://github.com/gauravmcode/goal-trac
Prepare specific Schedules with multiple tasks in it. Choose which Schedule to keep activated. Also, the app gives notification about the task progress as per user preferences.
https://github.com/gauravmcode/goal-trac
bloc dart flutter flutter-animations hive tables
Last synced: about 1 year ago
JSON representation
Prepare specific Schedules with multiple tasks in it. Choose which Schedule to keep activated. Also, the app gives notification about the task progress as per user preferences.
- Host: GitHub
- URL: https://github.com/gauravmcode/goal-trac
- Owner: GauravMcode
- Created: 2022-11-14T06:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T07:12:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T09:13:37.102Z (about 1 year ago)
- Topics: bloc, dart, flutter, flutter-animations, hive, tables
- Language: Dart
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goal-Trac
A flutter application to track you goals by creating schedules. Each schedule can contain daily, short-term & long term tasks. Also the Data-Table keeps record of the task for today & its status ('yet to start', 'on-going' or 'completed').
It uses **Hive** local NoSQL database to store data locally.
## Description:
Prepare specific Schedules with multiple tasks in it. Choose which Schedule to keep activated. Also, the app gives notification about the task progress as per user preferences.
https://user-images.githubusercontent.com/51371766/231080882-13146f0b-c986-4f12-9fd8-f06a34990d9f.mp4
---
The App starts with a **splash** screen:
---
Home Screen consists of summary of schedules and the Data table:
---
Add Task :
---
To create a new Schedule tap on **New Schedule** in Home Screen & to delete all schedules tap on**clear all schedules** in bottom sheet:
---
To view a Schedule click on that schedule: