cast 2.1.0 copy "cast: ^2.1.0" to clipboard
cast: ^2.1.0 copied to clipboard

Dart package to discover and connect with Chromecast devices

90
likes
130/ 160
pub points
5.09k
downloads

We analyzed this package 47 hours ago, and awarded it 130 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

180 out of 374 API elements (48.1 %) have documentation comments.

Some symbols that are missing documentation: cast, cast_channel.pb, cast_channel.pb.AuthChallenge, cast_channel.pb.AuthChallenge.AuthChallenge.fromBuffer, cast_channel.pb.AuthChallenge.AuthChallenge.fromJson.

Passed check 10/10 points: Package has an example

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

Passed check 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 does not support platform `Web`.

Because:

  • package:cast/cast.dart that imports:
  • package:cast/discovery_service.dart that imports:
  • package:bonsoir/bonsoir.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cast/cast.dart that imports:
  • package:cast/socket.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full 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 18 issues. Showing the first 2:

WARNING: The receiver can't be 'null' because of short-circuiting, so the null-aware operator '?[' can't be used.

lib/discovery_service.dart:35:36

   ╷
35 │           event.service?.attributes?['md'],
   │                                    ^^
   ╵

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

WARNING: The receiver can't be 'null' because of short-circuiting, so the null-aware operator '?[' can't be used.

lib/discovery_service.dart:36:36

   ╷
36 │           event.service?.attributes?['fn'],
   │                                    ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/discovery_service.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
bonsoir >=3.0.0 5.1.11 5.1.11
protobuf ^3.1.0 3.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
bonsoir_android - 5.1.6 5.1.6
bonsoir_darwin - 5.1.3 5.1.3
bonsoir_linux - 5.1.3 5.1.3
bonsoir_platform_interface - 5.1.3 5.1.3
bonsoir_windows - 5.1.5 5.1.5
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
petitparser - 6.1.0 7.0.0
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.1.4 2.2.0
xml - 6.5.0 6.6.0

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

The constraint `^3.1.0` on protobuf does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions protobuf 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
90
likes
130
points
5.09k
downloads

Publisher

verified publishereivo.co

Weekly Downloads

Dart package to discover and connect with Chromecast devices

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bonsoir, flutter, protobuf

More

Packages that depend on cast