A Flutter project to model a todos app, with task creation and deletion capabilities. Tasks can be marked as done. This project is focused towards android mobile devices, but can also work on Windows PC and modern browsers (as a web app). Tasks are not saved after app is closed.
Run the following in order
> flutter pub upgrade
> flutter pub get
> flutter run