Basic todo app build in Flutter by following a Youtube tutorial by TVAC Studio to get hands on with Flutter and learn how it works.
Flutter is a bit of work to get everything set up so here is a GIF of how the app works at this point. For more details on getting set up, see Flutter's set up guide.
To run locally:
# Assuming you've already got Flutter set up and you're on Mac
$ git clone git@github.com:chet-w/
flutter-todo-list.git
$ cd flutter-todo-list
$ open -a Simulator
$ flutter run