darwin_sdk 1.1.0-alpha.12 copy "darwin_sdk: ^1.1.0-alpha.12" to clipboard
darwin_sdk: ^1.1.0-alpha.12 copied to clipboard

Swiss army knife for creating service based applications in dart, using IoC and a powerful annotation based code generator

3
likes
100/ 160
pub points
149
downloads

We analyzed this package 5 days ago, and awarded it 100 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

113 out of 333 API elements (33.9 %) have documentation comments.

Some symbols that are missing documentation: darwin, darwin.AlwaysCondition, darwin.AlwaysCondition.AlwaysCondition.new, darwin.ApplicationArgsConfigSource, darwin.ApplicationArgsConfigSource.ApplicationArgsConfigSource.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:darwin_sdk/darwin_sdk.dart that imports:
  • package:darwin_sdk/src/system.dart that imports:
  • package:darwin_sdk/src/configuration.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:darwin_sdk/darwin_sdk.dart that imports:
  • package:darwin_sdk/src/system.dart that imports:
  • package:darwin_sdk/src/configuration.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

WARNING: The annotation '@reopen' can only be applied to a class that opens capabilities that the supertype intentionally disallows.

lib/src/system.dart:58:2

58@reopen
   │  ^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/system.dart

/tmp/pana_MAPTGO/lib/src/application.dart doesn't match the Dart formatter.

To format your files run: dart format .

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
ansi_styles >=0.3.1 <0.4.0 0.3.2+1 0.3.2+1
collection ^1.17.1 1.19.1 1.19.1
darwin_eventbus ^1.1.0-alpha.4 1.1.0-alpha.4 1.1.0-alpha.4 Discontinued
darwin_injector ^1.1.0-alpha.1 1.1.0-alpha.1 1.1.0-alpha.1 Discontinued
logging >=1.1.0 <1.2.0 1.1.1 1.3.0
lyell ^0.0.2 0.0.3 1.3.2
meta ^1.9.0 1.16.0 1.16.0
path >=1.8.0 <1.9.0 1.8.3 1.9.1
yaml ^3.1.1 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `>=1.1.0 <1.2.0` on logging does not support the stable version `1.2.0`.

Try running dart pub upgrade --major-versions logging to update the constraint.

The constraint `^0.0.2` on lyell does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions lyell to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 12 errors:

  • URI_DOES_NOT_EXIST - lib/src/logging.dart:18:8 - Target of URI doesn't exist: 'package:ansi_styles/extension.dart'.
  • UNDEFINED_GETTER - lib/src/logging.dart:63:13 - The getter 'gray' isn't defined for the type 'String'.
  • UNDEFINED_GETTER - lib/src/logging.dart:63:58 - The getter 'gray' isn't defined for the type 'String'.

Run dart pub downgrade and then dart 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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 7Aug 4Sep 1Sep 29Oct 27Nov 24Dec 22Jan 19Feb 16Mar 1601020304050607080>=1.0.0-0 <2.0.0
3
likes
100
points
149
downloads

Publisher

verified publisherexperiments.helight.dev

Weekly Downloads

2024.09.22 - 2025.04.06

Swiss army knife for creating service based applications in dart, using IoC and a powerful annotation based code generator

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ansi_styles, collection, darwin_eventbus, darwin_injector, logging, lyell, meta, path, yaml

More

Packages that depend on darwin_sdk