extensions 0.3.13 extensions: ^0.3.13 copied to clipboard
A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/jamiewest/extensions/issues?q=is%3Aissue+is%3Aopen+label%3Aextensions
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
495 out of 654 API elements (75.7 %) have documentation comments.
Some symbols that are missing documentation: configuration.ConfigurationBuilderProperties
, configuration.ConfigurationBuilderProperties.ConfigurationBuilderProperties
, configuration.ConfigurationPath.getSectionKey
, configuration.ConfigurationRoot.getConfiguration
, configuration.ConfigurationRoot.setConfiguration
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:extensions/configuration_io.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_extensions.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_configuration_source.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_configuration_provider.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:extensions/configuration_io.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_extensions.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_configuration_source.dart
that imports:package:extensions/src/configuration/providers/environment_variables/environment_variables_configuration_provider.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The operand can't be null, so the condition is always 'false'.
lib/src/configuration/providers/environment_variables/environment_variables_configuration_provider.dart:44:15
╷
44 │ if (provider != null) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/configuration/providers/environment_variables/environment_variables_configuration_provider.dart
/tmp/pana_TEIHFY/lib/src/hosting/hosting_host_builder_extensions.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
^2.8.2 |
2.12.0 | 2.12.0 |
collection |
^1.16.0 |
1.19.1 | 1.19.1 |
path |
^1.8.1 |
1.9.1 | 1.9.1 |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
watcher |
^1.0.1 |
1.1.0 | 1.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
- | 3.0.6 | 3.0.6 |
meta |
- | 1.16.0 | 1.16.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.0.6` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.