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

PlatformAndroid

Flutter plugin for managing multiple external displays on Android, with presentation rendering and real-time data communication between screens.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_multi_display

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

dependencies:
  android_multi_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:android_multi_display/android_multi_display.dart';
4
likes
150
points
78
downloads
screenshot

Documentation

API reference

Publisher

verified publisherazemdev.com

Weekly Downloads

Flutter plugin for managing multiple external displays on Android, with presentation rendering and real-time data communication between screens.

Repository (GitHub)
View/report issues

Topics

#external-display #multi-screen #multi-display #external-monitor #secondary-display

License

MIT (license)

Dependencies

flutter

More

Packages that depend on android_multi_display

Packages that implement android_multi_display