display_identify_overlay 0.1.0
display_identify_overlay: ^0.1.0 copied to clipboard
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_overlayThis 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.0Alternatively, 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';