presentation_displays 0.2.1 presentation_displays: ^0.2.1 copied to clipboard
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.2.1
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';