This is the logic for a todo list manager, written entirely in Dart with object oriented programming.
In order for this to work, you need to have Dart installed on your machine. The logic works without any additional packages.
- Select a folder for placing files
cd [PATH FOR DIRECTORY]
- Clone this repository:
git clone https://github.com/luki/todo-logic.git
- Select the sources folder:
cd /src
- Edit and/or run:
dart main.dart
Developed by Luke Muller