dart_protoo_client 0.3.1+null-safety copy "dart_protoo_client: ^0.3.1+null-safety" to clipboard
dart_protoo_client: ^0.3.1+null-safety copied to clipboard

discontinued

Dart version of the protoo-client library.

0
likes
70/ 160
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 70 pub points (of a possible 160):

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.

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

20 out of 39 API elements (51.3 %) have documentation comments.

Some symbols that are missing documentation: dart_protoo_client, dart_protoo_client.Peer, dart_protoo_client.Peer.Peer, dart_protoo_client.Peer.callback, dart_protoo_client.Peer.callbackAsFuture.

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 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:dart_protoo_client/dart_protoo_client.dart that imports:
  • package:dart_protoo_client/src/peer.dart that imports:
  • package:dart_protoo_client/src/transports/WebTransport.dart that imports:
  • package:dart_protoo_client/src/transports/TransportInterface.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 33 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'Logger.dart'.

lib/src/EnhancedEventEmitter.dart:5:8

  ╷
5 │ import 'Logger.dart';
  │        ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/EnhancedEventEmitter.dart

ERROR: Undefined class 'Logger'.

lib/src/EnhancedEventEmitter.dart:7:1

  ╷
7 │ Logger _logger = Logger('EnhancedEventEmitter');
  │ ^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/EnhancedEventEmitter.dart

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
events2 ^1.0.0 1.0.0 1.0.0
retry ^3.1.0 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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 22 errors:

  • URI_DOES_NOT_EXIST - lib/src/EnhancedEventEmitter.dart:5:8 - Target of URI doesn't exist: 'Logger.dart'.
  • UNDEFINED_CLASS - lib/src/EnhancedEventEmitter.dart:7:1 - Undefined class 'Logger'.
  • UNDEFINED_FUNCTION - lib/src/EnhancedEventEmitter.dart:7:18 - The function 'Logger' isn't defined.

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.7, Dart 3.4.3.

Check the analysis log for details.

0
likes
70
pub points
0%
popularity

Publisher

unverified uploader

Dart version of the protoo-client library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

events2, retry

More

Packages that depend on dart_protoo_client