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.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. name: vibrate_example
  2. description: Demonstrates how to use the vibrate plugin.
  3. dependencies:
  4. flutter:
  5. sdk: flutter
  6. # The following adds the Cupertino Icons font to your application.
  7. # Use with the CupertinoIcons class for iOS style icons.
  8. cupertino_icons: ^0.1.2
  9. dev_dependencies:
  10. flutter_test:
  11. sdk: flutter
  12. vibrate:
  13. path: ../
  14. # For information on the generic Dart part of this file, see the
  15. # following page: https://www.dartlang.org/tools/pub/pubspec
  16. # The following section is specific to Flutter.
  17. flutter:
  18. # The following line ensures that the Material Icons font is
  19. # included with your application, so that you can use the icons in
  20. # the material Icons class.
  21. uses-material-design: true
  22. # To add assets to your application, add an assets section, like this:
  23. # assets:
  24. # - images/a_dot_burr.jpeg
  25. # - images/a_dot_ham.jpeg
  26. # An image asset can refer to one or more resolution-specific "variants", see
  27. # https://flutter.io/assets-and-images/#resolution-aware.
  28. # For details regarding adding assets from package dependencies, see
  29. # https://flutter.io/assets-and-images/#from-packages
  30. # To add custom fonts to your application, 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 from package dependencies,
  48. # see https://flutter.io/custom-fonts/#from-packages