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.

webview_flutter.podspec.json 491B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "webview_flutter",
  3. "version": "0.0.1",
  4. "summary": "A WebView Plugin for Flutter.",
  5. "description": "A WebView Plugin for Flutter.",
  6. "homepage": "http://example.com",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Your Company": "email@example.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "public_header_files": "Classes/**/*.h",
  18. "dependencies": {
  19. "Flutter": [
  20. ]
  21. },
  22. "platforms": {
  23. "ios": "8.0"
  24. }
  25. }