display_identify_overlay 0.1.1 copy "display_identify_overlay: ^0.1.1" to clipboard
display_identify_overlay: ^0.1.1 copied to clipboard

PlatformWindows

A Flutter package that displays monitor index numbers as overlays on all connected displays. Perfect for identifying monitors in multi-display setups.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add display_identify_overlay

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

dependencies:
  display_identify_overlay: ^0.1.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:display_identify_overlay/display_identify_overlay.dart';
0
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that displays monitor index numbers as overlays on all connected displays. Perfect for identifying monitors in multi-display setups.

Documentation

API reference

License

MIT (license)

Dependencies

display_identify_overlay_platform_interface, display_identify_overlay_windows, ffi, flutter, win32

More

Packages that depend on display_identify_overlay

Packages that implement display_identify_overlay