Flutter interview test

Nastaran wants to implement her own todo app, She implemented main features of the app but she needs help in order to solve some problems. Also she is trying to implement her first unit & UI test which is really stucked on it.

You have to help her to complete her mission.

UI Challenge

She wants to create a dialog like right one :

Help Nastaran get rid of this UI challenge


Features

  • Add todo
  • Remove todo (swipe to remove)
  • Edit todo (in-place)
  • Reorderable todo list

Tests

She wrote some unit tests but she can't make them success.



Unit Tests

  • Todo item should not be empty
  • Todo item should not contain any special character

UI tests

  • Remove todo item from list
  • Reorder list items