Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 817 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 817 Bytes

Frontend for iOS (Flutter)

** Status: works as demonstrator, no stable yet **

Software Design

  • lib/widgets/mqttView.dart - Main view
  • lib/mqtt/MQTTManager.dart
  • lib/mqtt/stat/MQTTAppState.dart

Development

Preparation

  • Install flutter and configure correct paths

Add App Icon

The application icon is located under assets/icon. The backgound source code image has been created using https://ray.so.

For iOS follow these steps to configure the application icon:

  • Start Xcode open ios/hangboardapp.xcworkspace
  • On the root directory click on the folder named Images.xcassets.
  • Import a new IconSet

Build and install

  • flutter build ios
  • ~/src/flutter/bin/flutter install DG6FL