This application allows the user to connect the Remo device with an Android device, start a data transmission, visualise the data on a cartesian chart and optionally store the recorded data in the local filesystem. The application was built using Dart & Flutter and using the BLoCs pattern via the bloc library. It could potentially be deployed on all platforms supported by Flutter, however it is currently constrained by its Bluetooth usage provided by the flutter_bluetooth_serial library, which currently only supports Android.
You can find the planned and under development list of features here.
The application is publicly available on the Google Play Store The application is also available for internal and closed tests, if you've been invited into one of these 2 channels, you can accept the invitation at one one of these links to try the development or beta version:
After setting up your environment you can test the application by simply writing flutter run on the console or you can build it by writing flutter build apk (more about this here). The master branch is updated with the latest development version, previous versions can be found here.