A small to To Do app.
Clone the repo and run in your in your desired IDE (Android Studio, VS Code, etc.)
Run: flutter pub get
Building json data models are done with the json_annotation package so the package needs to run the script in order to build models.
In you terminal run this line:
flutter packages pub run build_runner build