krosai_audio_client 0.1.0
krosai_audio_client: ^0.1.0 copied to clipboard
A Flutter package for implementing real-time audio communication using Krosai's audio infrastructure. Provides a simple interface for audio rooms, microphone control, and automatic reconnection handling.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: krosai_audio_client
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository URL mismatch: expected https://github.com/trymoosbu/krosai-audio-client
but got https://github.com/yourusername/krosai-audio-client
.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/trymoosbu/krosai-audio-client/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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 16 API elements (81.3 %) have documentation comments.
Some symbols that are missing documentation: krosai_audio_client
, krosai_audio_client.KrosaiAudioClient.KrosaiAudioClient.new
, krosai_audio_event_handlers
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/track/options.dart
that imports:package:livekit_client/src/track/local/video.dart
that imports:package:livekit_client/src/track/local/local.dart
that imports:package:livekit_client/src/track/local/audio.dart
that imports:package:livekit_client/src/track/audio_management.dart
that imports:package:livekit_client/src/track/remote/remote.dart
that imports:package:livekit_client/src/track/track.dart
that imports:package:livekit_client/src/internal/events.dart
that imports:package:livekit_client/src/events.dart
that imports:package:livekit_client/src/publication/track_publication.dart
that imports:package:livekit_client/src/core/signal_client.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/livekit.dart
that imports:package:livekit_client/src/core/room.dart
that imports:package:livekit_client/src/core/engine.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Web`.
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/types/other.dart
that imports:package:livekit_client/src/extensions.dart
that imports:package:flutter_webrtc/flutter_webrtc.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,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:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/track/options.dart
that imports:package:livekit_client/src/track/local/video.dart
that imports:package:livekit_client/src/track/local/local.dart
that imports:package:livekit_client/src/track/local/audio.dart
that imports:package:livekit_client/src/track/audio_management.dart
that imports:package:livekit_client/src/track/remote/remote.dart
that imports:package:livekit_client/src/track/track.dart
that imports:package:livekit_client/src/internal/events.dart
that imports:package:livekit_client/src/events.dart
that imports:package:livekit_client/src/publication/track_publication.dart
that imports:package:livekit_client/src/core/signal_client.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/livekit.dart
that imports:package:livekit_client/src/core/room.dart
that imports:package:livekit_client/src/core/engine.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/track/options.dart
that imports:package:livekit_client/src/track/local/video.dart
that imports:package:livekit_client/src/track/local/local.dart
that imports:package:livekit_client/src/track/local/audio.dart
that imports:package:livekit_client/src/track/audio_management.dart
that imports:package:livekit_client/src/track/remote/remote.dart
that imports:package:livekit_client/src/track/track.dart
that imports:package:livekit_client/src/internal/events.dart
that imports:package:livekit_client/src/events.dart
that imports:package:livekit_client/src/publication/track_publication.dart
that imports:package:livekit_client/src/core/signal_client.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/livekit.dart
that imports:package:livekit_client/src/core/room.dart
that imports:package:livekit_client/src/core/engine.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/track/options.dart
that imports:package:livekit_client/src/track/local/video.dart
that imports:package:livekit_client/src/track/local/local.dart
that imports:package:livekit_client/src/track/local/audio.dart
that imports:package:livekit_client/src/track/audio_management.dart
that imports:package:livekit_client/src/track/remote/remote.dart
that imports:package:livekit_client/src/track/track.dart
that imports:package:livekit_client/src/internal/events.dart
that imports:package:livekit_client/src/events.dart
that imports:package:livekit_client/src/publication/track_publication.dart
that imports:package:livekit_client/src/core/signal_client.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/livekit.dart
that imports:package:livekit_client/src/core/room.dart
that imports:package:livekit_client/src/core/engine.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:krosai_audio_client/krosai_audio_client.dart
that imports:package:krosai_audio_client/event_handlers.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/widgets/video_track_renderer.dart
that imports:package:livekit_client/src/types/other.dart
that imports:package:livekit_client/src/extensions.dart
that imports:package:flutter_webrtc/flutter_webrtc.dart
that imports:package:flutter_webrtc/src/native/ios/audio_configuration.dart
that imports:package:flutter_webrtc/src/native/utils.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_LWDPON/lib/event_handlers.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_LWDPON/lib/krosai_audio_client.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
livekit_client |
^1.5.1 |
1.5.6 | 2.4.9 | |
permission_handler |
^10.4.0 |
10.4.5 | 12.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus |
- | 5.0.2 | 6.1.4 | |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
cryptography |
- | 2.7.0 | 2.7.0 | |
dart_webrtc |
- | 1.1.3 | 1.5.3+hotfix.2 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus |
- | 11.5.0 | 11.5.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_webrtc |
- | 0.9.47 | 0.14.2 | |
http |
- | 1.4.0 | 1.4.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.1 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
platform_detect |
- | 2.1.5 | 2.1.5 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
protobuf |
- | 3.1.0 | 4.1.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webrtc_interface |
- | 1.1.2 | 1.2.2+hotfix.2 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.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 `^1.5.1` on livekit_client does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions livekit_client
to update the constraint.
The constraint `^10.4.0` on permission_handler does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions permission_handler
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.