flutter_remote_display 0.1.0 copy "flutter_remote_display: ^0.1.0" to clipboard
flutter_remote_display: ^0.1.0 copied to clipboard

PlatformAndroid

A package and protocol to connect to remote MCUs and use them as an external flutter display.

flutter_remote_display is a package and protocol to use a remote (bluetooth-connected) MCU as an "external" flutter display.

DISCLAIMER: This is a very early prototype / proof of concept. Expect bugs and suboptimal performance.

Features #

  • Connect to remote MCU, running the flutter-remote-display display code, using bluetooth (classic)
  • The basic remote-display protocol on the MCU is implemented in an MCU-agnostic way, it just depends on FreeRTOS. So you can just depend on it and use it's interfaces to make your custom MCU and board work.
  • Currently supported devices in upstream are:
  • flutter-remote-display currently uses Bluetooth Classic and the bluetooth SPP (Serial Port Profile). for that, it uses flutter_bluetooth_serial, which is Android-only
  • for that reason, flutter_remote_display is Android-only right now as well.

Getting started #

This project consists of multiple parts, and the flutter_remote_display package is just the flutter part. The instructions on how to use it all are in the monorepo: https://github.com/KDABLabs/flutter-remote-display.git

Usage #

See the example at: https://github.com/KDABLabs/flutter-remote-display/blob/main/flutterino_flutter/lib/main.dart

11
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A package and protocol to connect to remote MCUs and use them as an external flutter display.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

buffer, collection, flutter, flutter_bluetooth_serial

More

Packages that depend on flutter_remote_display