Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 314 Bytes

A Flutter "Tick List" App

A new Flutter project.

Manage Shopping / ToDo lists.

Features

  • List of Items
  • Add an Item
  • Edit an Item
  • Delete an Item
  • Undo deleted Item

Functionality

  • Custom Dialog
  • Data persistence (Shared Preferences)
  • Unit tests
  • Widget tests
  • Integration tests (Automation)