ice 0.0.1 copy "ice: ^0.0.1" to clipboard
ice: ^0.0.1 copied to clipboard

ZeroC Ice implement in Dart.

1
likes
60/ 140
pub points
8%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

279 out of 888 API elements (31.4 %) 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.

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
0 / 50trigger folding of the section

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

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
args ^2.3.0 2.5.0 2.5.0
meta ^1.4.0 1.15.0 1.15.0
uuid ^3.0.5 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

1
likes
60
pub points
8%
popularity

Publisher

unverified uploader

ZeroC Ice implement in Dart.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, meta, uuid

More

Packages that depend on ice