signalr_dart 1.0.1 copy "signalr_dart: ^1.0.1" to clipboard
signalr_dart: ^1.0.1 copied to clipboard

A complete SignalR Client including stateful reconnect in dart. You will feel right at home while using this library

4
likes
100/ 140
pub points
55%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

2 out of 185 API elements (1.1 %) 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.

Some symbols that are missing documentation: signalr_dart, signalr_dart.BasicCredential, signalr_dart.BasicCredential.BasicCredential, signalr_dart.BasicCredential.encodedValue, signalr_dart.BasicCredential.password.

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:signalr_dart/signalr_dart.dart that imports:
  • package:signalr_dart/src/dotnet/client_web_socket_options.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

lib/src/client/http_connections/internal/long_polling_transport.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/client/http_connections/internal/server_sent_events_transport.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
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
async ^2.11.0 2.11.0 2.11.0
cancellation_token_dotnet ^1.0.1 1.0.1 1.0.1
http ^1.0.0 1.2.1 1.2.1
js ^0.6.7 0.6.7 0.7.1
jsontool ^1.2.0 1.2.0 2.0.0
logging ^1.1.1 1.2.0 1.2.0
meta ^1.9.1 1.14.0 1.14.0
msg_pck ^0.3.0 0.3.0 0.3.0
os_detect ^2.0.1 2.0.1 2.0.1
pool ^1.5.1 1.5.1 1.5.1
sse ^4.1.2 4.1.5 4.1.5
typed_data ^1.3.2 1.3.2 1.3.2
uri ^1.0.0 1.0.0 1.0.0
web_socket_channel ^2.4.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
http_parser - 4.0.2 4.0.2
matcher - 0.12.16+1 0.12.16+1
path - 1.9.0 1.9.0
quiver - 3.2.1 3.2.1
shelf - 1.4.1 1.4.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
web - 0.5.1 0.5.1

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

The constraint `^0.6.7` on js does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions js to update the constraint.

The constraint `^1.2.0` on jsontool does not support the stable version `2.0.0`, that was published 0 days ago.

When jsontool is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions jsontool to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

4
likes
100
pub points
55%
popularity

Publisher

verified publisheraeb-dev.me

A complete SignalR Client including stateful reconnect in dart. You will feel right at home while using this library

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, cancellation_token_dotnet, http, js, jsontool, logging, meta, msg_pck, os_detect, pool, sse, typed_data, uri, web_socket_channel

More

Packages that depend on signalr_dart