Skip to content

Releases: albinpk/tasque

tasque-v0.0.4

26 Mar 15:35
Compare
Choose a tag to compare
 - **FEAT**: show a welcome notification.

tasque-v0.0.3

25 Mar 18:57
Compare
Choose a tag to compare
 - **FEAT**: add local notification service for task reminders.

tasque-v0.0.2

24 Mar 18:45
Compare
Choose a tag to compare
 - **FIX**: update application label in AndroidManifest.xml.

 - **FIX**: alignment in home screen.
 - **FIX**: update login screen text and layout for improved user experience.
 - **FIX**: ensure Google sign-out is performed when user signs out.
 - **FIX**: update date picker initial values and enhance user dialog.
 - **FIX**: update back navigation in search and edit screen.
 - **FIX**: ios build issue for firebase.
 - **FIX**: add title to task list screen.
 - **FEAT**: add launcher icons for Android and iOS.
 - **FEAT**: add splash screen for Android and iOS.
 - **FEAT**: enhance task card with wave animation.
 - **FEAT**: add connectivity listener to display online/offline status.
 - **FEAT**: add task synchronization with Firebase.
 - **FEAT**: implement Google sign-in functionality and add login screen.
 - **FEAT**: navigation with initial filter.
 - **FEAT**: add filter functionality to task list screen.
 - **FEAT**: implement task list screen with search functionality and update routing.
 - **FEAT**: add See All button with total task count.
 - **FEAT**: add delete task functionality and enhance task details UI.
 - **FEAT**: implement update task.
 - **FEAT**: add task details screen with status and priority display, and update functionality.
 - **FEAT**: enhance task model and UI with due date formatting and priority display.
 - **FEAT**: local db repository and state implementation for task create and list.
 - **FEAT**: implement core app structure with routing, themes, and common widgets.
 - **FEAT**: initialize new Flutter project for tasque app.
 - **DOCS**: add README with overall information.