Skip to content

MichaelKMalak/flutter_heart_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Metrics

A toy app to view heart metrics

How it looks

How to run

  • Run flutter packages get to download pubspec dependencies.
  • Run flutter clean for most of first run errors you may face.
  • Run flutter channel and make sure you are on flutter's stable channel.
  • If you were not on the stable channel flutter
    • Run flutter channel stable
    • Run flutter upgrade
  • Run flutter run to try it live on running emulator or usb connected device.
  • You can target a specific device to run by run flutter devices and getting the id and running flutter run -d <device_id>.
  • Run flutter build apk to generate APK file.
  • Run flutter build ios to package iOS app.