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_custom_tabs.podspec.json 557B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "flutter_custom_tabs",
  3. "version": "0.0.1",
  4. "summary": "A Flutter plugin to use Chrome Custom Tabs.",
  5. "description": "A Flutter plugin to use Chrome Custom Tabs.",
  6. "homepage": "https://github.com/droibit/flutter_custom_tabs",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Your Company": "roomful.rooms@gmail.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. }