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.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- Initial project structure and API design
- Platform detection and abstraction layer
- Monitor information model (
MonitorInfo) - Overlay styling and positioning options (
OverlayStyle,OverlayOptions) - Exception handling system
- Basic Windows platform implementation structure
- Comprehensive documentation and README
Planned #
- Complete Windows implementation with native API calls
- Linux platform support
- macOS platform support
- Unit and integration tests
- Example applications
0.1.0 2025-01-XX #
Added #
- Initial release with basic project structure
- Core API design for monitor identification overlays
- Platform abstraction for cross-platform support
- Comprehensive documentation
Technical Details #
- Flutter SDK requirement: >=3.16.0
- Dart SDK requirement: >=3.8.1
- Supports Windows, Linux, and macOS (planned)