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

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