win32_registry 0.1.2
win32_registry: ^0.1.2 copied to clipboard
A set of classes for working with the Windows registry.
We analyzed this package 2 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 URL mismatch: expected https://github.com/timsneath/win32_registry but got https://github.com/halildurmus/win32_registry.
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: win32_registry, - 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
27 out of 56 API elements (48.2 %) have documentation comments.
Some symbols that are missing documentation: win32_registry.AccessRights, win32_registry.ConvertAccessRightsToWin32, win32_registry.ConvertAccessRightsToWin32.win32Value, win32_registry.ConvertRegistryHiveToWin32, win32_registry.ConvertRegistryHiveToWin32.win32Value.
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:win32_registry/win32_registry.dartthat imports:package:win32_registry/src/registry_value_type.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:win32_registry/win32_registry.dartthat imports:package:win32_registry/src/registry_value_type.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:win32_registry/win32_registry.dartthat imports:package:win32_registry/src/registry_value_type.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:win32_registry/win32_registry.dartthat imports:package:win32_registry/src/registry_value_type.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:win32_registry/win32_registry.dartthat imports:package:win32_registry/src/registry_value_type.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: This API is available since SDK 2.16.0, but constraints '>=2.15.0 <3.0.0' don't guarantee it.
lib/src/registry.dart:41:34
╷
41 │ return RegistryKey(phKey.value);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/registry.dart
WARNING: This API is available since SDK 2.16.0, but constraints '>=2.15.0 <3.0.0' don't guarantee it.
lib/src/registry.dart:60:34
╷
60 │ return RegistryKey(phKey.value);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/registry.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^1.1.2 |
1.2.1 | 2.1.5 | |
win32 |
^2.3.6 |
2.6.1 | 5.15.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.1.2` on ffi does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions ffi to update the constraint.
The constraint `^2.3.6` on win32 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions win32 to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Dart 3.10.8.
Check the analysis log for details.