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
120/ 160
pub points
6
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.new, faye_dart.FayeClient.addExtension.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: EventEmitter.onError, EventEmitter._mounted

lib/src/channel.dart:9:7

9class Channel with EquatableMixin, EventEmitter<Message> {
  │       ^^^^^^^
  ╵
copied to clipboard

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FayeClient._clientId, FayeClient._advice, FayeClient._fayeClientState, FayeClient._webSocketChannel, FayeClient._websocketSubscription, FayeClient._connectRequestInProgress, FayeClient._manuallyClosed, FayeClient._messageId

lib/src/client.dart:49:7

49class FayeClient with Extensible, TimeoutHelper, EquatableMixin {
   │       ^^^^^^^^^^
   ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
equatable ^2.0.0 2.0.7 2.0.7
logging ^1.0.1 1.3.0 1.3.0
meta ^1.3.0 1.16.0 1.16.0
uuid ^3.0.4 3.0.7 4.5.1
web_socket_channel ^2.1.0 2.4.5 3.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
web - 0.5.1 1.1.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.

The constraint `^2.1.0` on web_socket_channel does not support the stable version `3.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 7Aug 4Sep 1Sep 29Oct 27Nov 24Dec 22Jan 19Feb 16Mar 1601234567>=0.0.0-0 <1.0.0
3
likes
120
points
6
downloads

Publisher

verified publishergetstream.io

Weekly Downloads

2024.09.22 - 2025.04.06

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