Off-Top-App / off-top-flutter

Repository for our mobile client application.
0 stars 2 forks source link

OT-FocusVibration #38

Closed frlzjosh closed 4 years ago

frlzjosh commented 4 years ago

WHAT TO DO:

  1. You will need to have data being streamed from Producer.py into the flutter app, and whenever the focus score is false you will trigger a vibration in the application.

RESOURCES:

  1. https://pub.dev/packages/vibration

DONE:

  1. You are able to trigger vibration when the focus score coming from the backend is false.