...

/

Challenge: Quality Assurance

Challenge: Quality Assurance

Challenge yourself on widget testing in Flutter.

Goal

This challenge aims to test your understanding of widget tests in Flutter.

Specs

You’ll be required to test the TasksList widget, ensuring that when it is rendered, the to-do list items are shown, and when a task is dismissed, it is deleted from the list of tasks.

Press + to interact
Challenge specs illustration
Challenge specs illustration

Starter code

...