CMU-CREATE-Lab / flutter-app-android

5 stars 3 forks source link

Add Error Message Dialog with Image: BLE #239

Closed tasota closed 6 years ago

tasota commented 6 years ago

See also #203

Error icons in zeplin here: https://zpl.io/VO3wBQV

screen shot 2017-08-25 at 8 14 42 pm

tasota commented 6 years ago

From the text it seems there are actually two different errors:

The first closes the application if BLE is not supported at all whereas the second will simply turn on BLE if it is not currently on (something like this already exists in the code as well, so just replace the old dialog with the updated one)