Module Intro: Add and Edit Tasks
⚠️ Video is partially outdated - read notes below ⚠️
Completed Project
To get the completed project for the habit tracker app, run this on the terminal:
git clone https://github.com/bizz84/flutter_animations_course_materials cd flutter_animations_course_materials/projects/habit_tracker_flutter git checkout section10-starter code .
Or, if you already have a clone of the course repo, run this from the root folder:
# Discard any working changes git reset --hard HEAD git checkout section10-starter cd projects/habit_tracker_flutter
2 comments