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

4
likes
100/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

113 out of 311 API elements (36.3 %) have documentation comments.

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

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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: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
Pass static analysis
30 / 50trigger folding of the section

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:1

   ╷
58 │ @reopen
   │ ^^^^^^^
   ╵

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

lib/src/application.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
ansi_styles >=0.3.1 <0.4.0 0.3.2+1 0.3.2+1
collection ^1.17.1 1.18.0 1.18.0
darwin_eventbus ^1.1.0-alpha.4 1.1.0-alpha.4 1.1.0-alpha.4
darwin_injector ^1.1.0-alpha.1 1.1.0-alpha.1 1.1.0-alpha.1
logging >=1.1.0 <1.2.0 1.1.1 1.2.0
lyell ^0.0.2 0.0.3 1.1.0
meta ^1.9.0 1.14.0 1.14.0
path >=1.8.0 <1.9.0 1.8.3 1.9.0
yaml ^3.1.1 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

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

Found 3 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.

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.

4
likes
100
pub points
0%
popularity

Publisher

verified publisherhelight.dev

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

Repository (GitHub)
View/report issues
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