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
# Needed to run on Flutter 3.24 and higher
flutter pub upgrade --major-versions
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
# Needed to run on Flutter 3.24 and higher
flutter pub upgrade --major-versions