Flutter App: Couch-to-5k - part 2

 Used the following tutorial to build a count up time app: How to make a Button with a Timer in Flutter.

Using this app as the basis of a simple couch-to-5km app, I added an array of different times - to simulate running & walking cycles. You can see the basic updated app below.

Simple count-up app showing
different duration timers

The next steps are to:

  1. Display if the user is in running or walking phase
  2. Add additional tabs for each of the 9 weeks
  3. Refactor the app to extract repeated functionality
Phase 2 could include features such as:
  • Voice or vibration to notify the user of the transition between running and walking phase
  • Map showing the route that the run covered
  • Replaying previous runs in map view
  • Linking app to health tracking IoT device to display heart rate, etc.

No comments:

Post a Comment