cast 2.0.0
cast: ^2.0.0 copied to clipboard
Dart package to discover and connect with Chromecast devices
We analyzed this package 22 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/jonathantribouharet/flutter_cast but got https://github.com/johnvuko/flutter_cast.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: cast, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
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.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat declares support for platforms:Android,iOS,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat imports:package:bonsoir_platform_interface/bonsoir_platform_interface.dartthat imports:package:bonsoir_platform_interface/src/service/service.dartthat imports:package:bonsoir_platform_interface/src/actions/action.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat imports:package:bonsoir_platform_interface/bonsoir_platform_interface.dartthat imports:package:bonsoir_platform_interface/src/service/service.dartthat imports:package:bonsoir_platform_interface/src/actions/action.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:cast/cast.dartthat imports:package:cast/discovery_service.dartthat imports:package:bonsoir/bonsoir.dartthat imports:package:bonsoir_platform_interface/bonsoir_platform_interface.dartthat imports:package:bonsoir_platform_interface/src/service/service.dartthat imports:package:bonsoir_platform_interface/src/actions/action.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/cast_channel/cast_channel.pb.dart:1:1
╷
1 │ ///
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cast_channel/cast_channel.pb.dart
INFO: Dangling library doc comment.
lib/cast_channel/cast_channel.pbenum.dart:1:1
╷
1 │ ///
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cast_channel/cast_channel.pbenum.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bonsoir |
^3.0.0 |
3.0.0+1 | 6.0.1 | |
protobuf |
^3.1.0 |
3.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
bonsoir_android |
- | 3.0.0+1 | 6.0.1 | |
bonsoir_darwin |
- | 3.0.0 | 6.0.1 | |
bonsoir_platform_interface |
- | 3.0.0 | 6.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus |
- | 4.0.2 | 7.0.0 | |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.0` on bonsoir does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions bonsoir to update the constraint.
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.