presentation_displays 0.1.8 copy "presentation_displays: ^0.1.8" to clipboard
presentation_displays: ^0.1.8 copied to clipboard

outdated

Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add presentation_displays

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

dependencies:
  presentation_displays: ^0.1.8

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:presentation_displays/display.dart';
import 'package:presentation_displays/displays_manager.dart';
import 'package:presentation_displays/secondary_display.dart';
84
likes
0
pub points
91%
popularity

Publisher

verified publishersmew.tech

Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on presentation_displays