Todo App
Overview
This app was created using flutter, its basic use is for creating a todo list.
Features
- Add task
- Change status of task
- Delete Task
- View Task
Running the project
You need to have flutter installed on your system ( Be sure to run flutter doctor and have all the checkbox green ) If you already have flutter installed, then just simply execute "flutter run" on the command line or use the Run > Start Debugging on vscode.
Running the test
just simply type "flutter test" on the command line.
Getting Started
This project is a starting point for a Flutter application.