An open API service indexing awesome lists of open source software.

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.

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:


splash

---

Home Screen consists of summary of schedules and the Data table:



Home screen dataTable


---
Add Task :


addTask writeTask


---
To create a new Schedule tap on **New Schedule** in Home Screen & to delete all schedules tap on**clear all schedules** in bottom sheet:


newSchedule delete



---

To view a Schedule click on that schedule:


viewSchedule