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:
- Display if the user is in running or walking phase
- Add additional tabs for each of the 9 weeks
- 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