Starter project for the Stopwatch app

⚠️ Video is partially outdated - read notes below ⚠️

Starter Project

To get the starter project for the stopwatch app, run this on the terminal:

git clone https://github.com/bizz84/flutter_animations_course_materials
cd flutter_animations_course_materials/projects/stopwatch_flutter
git checkout section02-starter
code .

Or, if you already have a clone of the course repo, run this from the root folder:

cd projects/stopwatch_flutter
git checkout section02-starter

Notes

The starter project contains a Stopwatch widget that we will use as a starting point.

It also includes ElapsedTimeTextBasic and ElapsedTimeText widgets that are used to show the stopwatch time in MM:SS:hh format.

Complete and Continue  
Discussion

2 comments