presentation_displays 1.0.0 copy "presentation_displays: ^1.0.0" to clipboard
presentation_displays: ^1.0.0 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: ^1.0.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:presentation_displays/display.dart';
import 'package:presentation_displays/displays_manager.dart';
import 'package:presentation_displays/secondary_display.dart';
92
likes
160
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
Contributing

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on presentation_displays