ice 0.0.1 ice: ^0.0.1 copied to clipboard
ZeroC Ice implement in Dart.
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: ice
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
ice/pubspec.yaml
from the repository has no repository
or homepage
URL.
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: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
279 out of 881 API elements (31.7 %) have documentation comments.
Some symbols that are missing documentation: ice
, ice.Application
, ice.Application.Application
, ice.Application.appName
, ice.Application.communicator
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform iOS
Because:
package:ice/ice.dart
that imports:dart:cli
Package not compatible with platform Web
Because:
package:ice/ice.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 144 issues. Showing the first 2:
ERROR: The method 'waitFor' isn't defined for the type 'Outgoing'.
lib/src/impl/outgoing.dart:26:15
╷
26 │ final c = waitFor<ConnectionI>(prx.reference.createConnection());
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/impl/outgoing.dart
ERROR: The method 'waitFor' isn't defined for the type 'Outgoing'.
lib/src/impl/outgoing.dart:54:5
╷
54 │ waitFor<ReplyStatus>(completer.future);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/impl/outgoing.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.3.0 |
2.6.0 | 2.6.0 |
meta |
^1.4.0 |
1.16.0 | 1.16.0 |
uuid |
^3.0.5 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.0.5` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
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 2 errors:
UNDEFINED_METHOD
-lib/src/impl/outgoing.dart:26:15
- The method 'waitFor' isn't defined for the type 'Outgoing'.UNDEFINED_METHOD
-lib/src/impl/outgoing.dart:54:5
- The method 'waitFor' isn't defined for the type 'Outgoing'.
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.15
, Dart 3.5.4
.
Check the analysis log for details.