ยท Steve Grice  ยท 1 min read

Coding a Workout App from Scratch - #1 Initial Setup

Letโ€™s code a workout app from scratch. Why? Watch the video and find out.

Source code is available at: https://github.com/pagekey/pfl

Timestamps

  • 0:00 The idea and why bother?
  • 1:22 Todayโ€™s progress
  • 3:36 Existing Python scripts/data

Summary

Hereโ€™s a quick recap on what I did to get this far. Itโ€™s not much!

  1. Generate a new flutter project.
flutter create
  1. Update the application ID, which must be unique

    • Ctl-Shift-F to search the entire project in Android Studio
    • Find instances of com.example
    • Replace with com.pagekeysolutions
  2. Start getting Google API set up

  3. I set up the repo, made it public, and made a video.

If youโ€™re trying to re-create my results exactly, note that I committed the โ€œInitial commitโ€ directly after running flutter create. Hopefully this makes my changes easier to follow.

Share:
Contents
Back to Blog