darwin_marshal 1.1.0-alpha.13
darwin_marshal: ^1.1.0-alpha.13 copied to clipboard
An object serialization library used by the darwin_http package of the darwin framework
We analyzed this package 47 hours ago, and awarded it 120 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.
0/10 points: 20% or more of the public API has dartdoc comments
16 out of 136 API elements (11.8 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: darwin_marshal.DarwinMapper, darwin_marshal.DarwinMapper.DarwinMapper.new, darwin_marshal.DarwinMapper.associatedType, darwin_marshal.DarwinMapper.checkDeserialize, darwin_marshal.DarwinMapper.checkSerialize.
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_marshal/darwin_marshal.dartthat imports:package:darwin_marshal/src/service.dartthat imports:package:darwin_sdk/darwin_sdk.dartthat imports:package:darwin_sdk/src/system.dartthat imports:package:darwin_sdk/src/configuration.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/adapters.dart:108:3
╷
108 │ deserializeSingle(List<int> data, DeserializationContext context);
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/adapters.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
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 |
darwin_sdk |
^1.1.0-alpha.12 |
1.1.0-alpha.12 | 1.1.0-alpha.12 | |
lyell |
^0.0.2 |
0.0.3 | 1.5.0 | |
path |
^1.8.0 |
1.8.3 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansi_styles |
- | 0.3.2+1 | 0.3.2+1 | |
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.1.1 | 1.3.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- darwin_eventbus
- darwin_injector.
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.23.8, Dart 3.10.8.
Check the analysis log for details.