Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 414 Bytes

TODOs Flutter App

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.

To Build & deploy

Run the following in order

> flutter pub upgrade
> flutter pub get
> flutter run