dogs_darwin 1.0.1-alpha.15
dogs_darwin: ^1.0.1-alpha.15 copied to clipboard
Darwin marshal linker for the dogs serialization library.
We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: dogs_darwin.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: dogs_darwin, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
14 out of 41 API elements (34.1 %) have documentation comments.
Some symbols that are missing documentation: dogs_darwin.DogMarshalDirectMapper, dogs_darwin.DogMarshalDirectMapper.DogMarshalDirectMapper.new, dogs_darwin.DogMarshalDirectMapper.capture, dogs_darwin.DogMarshalDirectMapper.deserializeMultiple, dogs_darwin.DogMarshalDirectMapper.deserializeSingle.
10/10 points: Package has 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:dogs_darwin/dogs_darwin.dartthat imports:package:dogs_darwin/src/plugin.dartthat imports: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
Found 3 issues. Showing the first 2:
INFO: The import of 'package:lyell/src/lyell_base.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dogs_core/dogs_core.dart'.
lib/src/marshal.dart:22:8
╷
22 │ import 'package:lyell/src/lyell_base.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/marshal.dart
INFO: 'serviceMixin' is deprecated and shouldn't be used. Use mixin methods directly.
lib/src/plugin.dart:80:16
╷
80 │ if (system.serviceMixin.findDescriptors(DarwinHttpServer).isNotEmpty) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/plugin.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
conduit_open_api |
^4.1.8 |
4.4.0 | 6.0.0 | |
darwin_http |
^1.1.0-alpha.9 |
1.1.0-alpha.16 | 1.1.0-alpha.16 | Discontinued |
darwin_injector |
^1.1.0-alpha.1 |
1.1.0-alpha.1 | 1.1.0-alpha.1 | Discontinued |
darwin_marshal |
^1.1.0-alpha.2 |
1.1.0-alpha.13 | 1.1.0-alpha.13 | Discontinued |
darwin_sdk |
^1.1.0-alpha.2 |
1.1.0-alpha.12 | 1.1.0-alpha.12 | |
dogs_core |
^5.0.3 |
5.0.3 | 10.1.2 | |
lyell |
^0.0.2 |
0.0.3 | 1.5.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansi_styles |
- | 0.3.2+1 | 0.3.2+1 | |
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
conduit_codable |
- | 4.4.0 | 6.0.0 | |
darwin_eventbus |
- | 1.1.0-alpha.4 | 1.1.0-alpha.4 | Discontinued |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.1.1 | 1.3.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.8.3 | 1.9.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^4.1.8` on conduit_open_api does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions conduit_open_api to update the constraint.
The constraint `^5.0.3` on dogs_core does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions dogs_core 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:
UNDEFINED_METHOD-lib/src/marshal.dart:29:15- The method 'registerMultiple' isn't defined for the type 'DarwinMarshal'.EXTENDS_NON_CLASS-lib/src/marshal.dart:34:38- Classes can only extend other classes.NON_TYPE_AS_TYPE_ARGUMENT-lib/src/plugin.dart:82:20- The name 'ApiDocsResolveParameterTypeEvent' isn't a type, so it can't be used as a type argument.
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.23.10, Dart 3.11.2.
Check the analysis log for details.