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.
We analyzed this package 22 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: display_identify_overlay, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
57 out of 58 API elements (98.3 %) have documentation comments.
Some symbols that are missing documentation: display_identify_overlay.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:display_identify_overlay/display_identify_overlay.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:display_identify_overlay/display_identify_overlay.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:display_identify_overlay/display_identify_overlay.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:display_identify_overlay/display_identify_overlay.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:display_identify_overlay/display_identify_overlay.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Parameter 'message' could be a super parameter.
lib/src/exceptions/display_identify_exception.dart:29:9
╷
29 │ const OverlayCreationException(String message) : super(message);
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/exceptions/display_identify_exception.dart
/tmp/pana_CBRDBN/lib/src/display_identify_overlay.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.2 |
2.1.4 | 2.1.4 | |
win32 |
^5.4.0 |
5.15.0 | 5.15.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_PREFIXED_NAME-lib/src/platform/windows/monitor_detector_windows.dart:40:13- The name 'ENUM_CURRENT_SETTINGS' is being referenced through the prefix 'win', but it isn't defined in any of the libraries imported using that prefix.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.