Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 336B

123456789101112131415
  1. ## [0.0.4] - August 22nd, 2018
  2. * add compatibility for Dart 2 sdk in pubspec.yaml
  3. ## [0.0.3] - July 10th, 2018
  4. * haptic Feedback for iOS and Android
  5. ## [0.0.2] - January 26th, 2018
  6. * added ``vibrateWithPauses(Iterable<Duration> pauses)``
  7. ## [0.0.1] - January 24th, 2018
  8. * vibrate() and canVibrate() implemented on iOS and Android