-
Notifications
You must be signed in to change notification settings - Fork 21
add functionality and improved UI #3
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
base: main
Are you sure you want to change the base?
Conversation
|
Hey, @somudas your solution seems to fail flutter analyze. Try removing all the errors and then submit again. (Hint: all the warnings displayed in vscode need to be removed, for flutter analyze to pass). |
|
Hey, tests seem to fail ! I think you have implemented long press to delete a todo, expected was double tap to delete a todo. Run flutter test and resolve the errors ! 😃 |
devansh12b2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On todo_screen instead of creating a new dialog box try calling widget from add_todo_dialogue
devansh12b2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with displaying todo list try to make it in todo_list_item.dart and then calling it on todo screen
No description provided.