nekro_todoapp

A Flutter project To Do App that can create a new To do List, Checkbox if the task is done or not, and delete the task from the local cache.

Preview

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/nekrophantom/finance-ui-app.git

Step 2:

Go to project root and execute the following command in terminal to get the required dependencies:

flutter pub get 

Step 3:

Go to project root and execute the following command in terminal to run the app:

flutter run

or with the following command on VS Code:

Ctrl + f5