A toy app to view heart metrics
- Run
flutter packages getto download pubspec dependencies. - Run
flutter cleanfor most of first run errors you may face. - Run
flutter channeland 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
- Run
flutter runto try it live on running emulator or usb connected device. - You can target a specific device to run by run
flutter devicesand getting the id and runningflutter run -d <device_id>. - Run
flutter build apkto generate APK file. - Run
flutter build iosto package iOS app.
