extensions 0.3.13 copy "extensions: ^0.3.13" to clipboard
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.

1
likes
110/ 140
pub points
57%
popularity

We analyzed this package 8 days ago, and awarded it 110 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

495 out of 655 API elements (75.6 %) 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

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
30 / 50trigger folding of the section

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

lib/src/hosting/hosting_host_builder_extensions.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.8.2 2.11.0 2.11.0
collection ^1.16.0 1.18.0 1.18.0
path ^1.8.1 1.9.0 1.9.0
tuple ^2.0.0 2.0.2 2.0.2
uuid ^3.0.6 3.0.7 4.4.0
watcher ^1.0.1 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest
crypto - 3.0.3 3.0.3
meta - 1.14.0 1.14.0
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

1
likes
110
pub points
57%
popularity

Publisher

verified publisherjamiewest.dev

A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Repository
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, collection, path, tuple, uuid, watcher

More

Packages that depend on extensions