faye_dart 0.1.1+2 copy "faye_dart: ^0.1.1+2" to clipboard
faye_dart: ^0.1.1+2 copied to clipboard

Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.

3
likes
100/ 140
pub points
69%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/GetStream/stream-feed-flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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
10 / 20trigger folding of the section

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

9 out of 44 API elements (20.5 %) have documentation comments.

Some symbols that are missing documentation: faye_dart, faye_dart.Callback, faye_dart.FayeClient, faye_dart.FayeClient.FayeClient, faye_dart.FayeClient.addExtension.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

WARNING: The getter doesn't override an inherited getter.

lib/src/subscription.dart:39:21

   ╷
39 │   List<Object?> get props => [_client, _channel, _callback, _withChannel];
   │                     ^^^^^
   ╵

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

INFO: Implicit tear-off of the 'call' method.

lib/src/channel.dart:84:32

   ╷
84 │     channel.bind(eventMessage, subscription);
   │                                ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/channel.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
equatable ^2.0.0 2.0.5 2.0.5
logging ^1.0.1 1.2.0 1.2.0
meta ^1.3.0 1.14.0 1.14.0
uuid ^3.0.4 3.0.7 4.4.0
web_socket_channel ^2.1.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
stream_channel - 2.1.2 2.1.2
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

The constraint `^3.0.4` 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.3.3.

Check the analysis log for details.

3
likes
100
pub points
69%
popularity

Publisher

verified publishergetstream.io

Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, logging, meta, uuid, web_socket_channel

More

Packages that depend on faye_dart