Skip to content

schen22/pokestrides

Repository files navigation

pokestrides

Derping and meming around with flutter. If:

  • Android 10+: enable permissions to enable physical activity
  • iOS: open ios/Runner.xcworkspace and update Signing & Capabilities > Team.
    • Trust your newly created Development Certificate on your iOS device via Settings > General > Device Management > [your new certificate] > Trust
    • flutter build ios --release
    • Latest 1.3.24-v0.2 apk

Main purpose: convince friends to run a half marathon, and attempt to motivate ppl while training P:

Known issues:

  • pedometer library used is laggy on Android at times
  • UI text bubbles can cover up images. Formatting's best effort tho, so this is gonna be a feature lolol

Given the first issue is kinda disappointing, probably won't be adding too many more features in here.

Getting Started

  • Build app: flutter run
  • Build an Android binary: flutter build apk

Setup

  1. Install flutter: brew install flutter.
  2. Or if you already have flutter installed: flutter upgrade
  3. Grab dependencies: flutter pub get

If you don't already have android/ios simulators:

  • Easiest android setup is to download android studio: brew install --cask android-studio
  • Use a mac for ios stuffs

Personally I prefer using vscode so i don't have to deal with xcode or android studio lag to use vscode flutter plugin to build/run/debug.

Changelog

12.30:

image

1.2:

  • add transparent background to gif
  • added gif animation
  • play gif when walking
  • pause gif when no movement is detected

1.3:

  • added tap actions
  • update quotes
  • updated images
image image

Screen recording: https://drive.google.com/file/d/1-TzIMkSMWxAzrtB-y8N9Ed_kJBS1Iklz/view?usp=drive_link

TODO:

  • search for a more accurate pedometer library to use
  • keep track of daily steps
  • identify speed/distance
  • track milestones
  • look into reading data from google/apple fitness apps instead?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published