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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_remote_display

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_remote_display: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_remote_display/flutter_remote_display.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