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.

Flutter.podspec.json 561B

123456789101112131415161718192021
  1. {
  2. "name": "Flutter",
  3. "version": "1.0.0",
  4. "summary": "High-performance, high-fidelity mobile apps.",
  5. "description": "Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.",
  6. "homepage": "https://flutter.io",
  7. "license": {
  8. "type": "MIT"
  9. },
  10. "authors": {
  11. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  12. },
  13. "source": {
  14. "git": "https://github.com/flutter/engine",
  15. "tag": "1.0.0"
  16. },
  17. "platforms": {
  18. "ios": "7.0"
  19. },
  20. "vendored_frameworks": "Flutter.framework"
  21. }