darwin_sdk 1.1.0-alpha.12 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
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 160):
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
.
10/10 points: 20% or more of the public API has dartdoc comments
113 out of 309 API elements (36.6 %) 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.
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
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.
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
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/system.dart
/tmp/pana_VCCZDF/lib/src/application.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 |
---|---|---|---|
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 |
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.3.0 |
lyell |
^0.0.2 |
0.0.3 | 1.1.0 |
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 |
---|---|---|---|
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 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
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.17
, Dart 3.6.0
.
Check the analysis log for details.