Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Implement pull-to-refresh for the task list. #21

Open
pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Open

[Feat] Implement pull-to-refresh for the task list. #21

pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Labels
easy This is an easy issue worth 15 points

Comments

@pranavkonidena
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, there is no quick way for users to refresh the task list to check for updates or sync changes. A pull-to-refresh gesture would make this process more intuitive and user-friendly.

Describe the solution you'd like
Enable a pull-to-refresh gesture for the task list.
When the user pulls down on the list, a refresh indicator (like a spinning loader) should appear.
Once the refresh is complete, the updated task list should be displayed.
Design specifications:
Use Flutter’s RefreshIndicator widget to implement this functionality.
The refresh gesture should provide visual feedback, such as a progress indicator.
If no changes are detected, notify the user with a subtle message like:
"You're all caught up!"

Additional context
Ensure the refresh behavior does not interfere with the current scroll functionality.

@pranavkonidena pranavkonidena added the easy This is an easy issue worth 15 points label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This is an easy issue worth 15 points
Projects
None yet
Development

No branches or pull requests

1 participant