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.

pubspec.yaml 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: vibrate
  2. description: A Haptic Feedback plugin.
  3. version: 0.0.4
  4. authors:
  5. - Clovis Nicolas <clovisnicolas0@gmail.com>
  6. - Rhodes Davis Jr. <rody.davis.jr@gmail.com>
  7. homepage: https://github.com/appleeducate/flutter_vibrate
  8. environment:
  9. sdk: '>=2.0.0 <3.0.0'
  10. dependencies:
  11. flutter:
  12. sdk: flutter
  13. # For information on the generic Dart part of this file, see the
  14. # following page: https://www.dartlang.org/tools/pub/pubspec
  15. # The following section is specific to Flutter.
  16. flutter:
  17. plugin:
  18. androidPackage: flutter.plugins.vibrate
  19. pluginClass: VibratePlugin
  20. # To add assets to your plugin package, add an assets section, like this:
  21. # assets:
  22. # - images/a_dot_burr.jpeg
  23. # - images/a_dot_ham.jpeg
  24. #
  25. # For details regarding assets in packages, see
  26. # https://flutter.io/assets-and-images/#from-packages
  27. #
  28. # An image asset can refer to one or more resolution-specific "variants", see
  29. # https://flutter.io/assets-and-images/#resolution-aware.
  30. # To add custom fonts to your plugin package, add a fonts section here,
  31. # in this "flutter" section. Each entry in this list should have a
  32. # "family" key with the font family name, and a "fonts" key with a
  33. # list giving the asset and other descriptors for the font. For
  34. # example:
  35. # fonts:
  36. # - family: Schyler
  37. # fonts:
  38. # - asset: fonts/Schyler-Regular.ttf
  39. # - asset: fonts/Schyler-Italic.ttf
  40. # style: italic
  41. # - family: Trajan Pro
  42. # fonts:
  43. # - asset: fonts/TrajanPro.ttf
  44. # - asset: fonts/TrajanPro_Bold.ttf
  45. # weight: 700
  46. #
  47. # For details regarding fonts in packages, see
  48. # https://flutter.io/custom-fonts/#from-packages