mugib_sdk 1.0.27
mugib_sdk: ^1.0.27 copied to clipboard
Official Flutter SDK for Mugib chat sessions, voice agents, and session payload with one apiKey.
We analyzed this package 42 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/AnasProgrammer2/nb_ai_backend/tree/main/sdk/flutter/mugib_sdk was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/AnasProgrammer2/nb_ai_backend/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
98 out of 331 API elements (29.6 %) have documentation comments.
Some symbols that are missing documentation: mugib_sdk.MugibAgentMessage, mugib_sdk.MugibAgentMessage.MugibAgentMessage.fromJson, mugib_sdk.MugibAgentMessage.MugibAgentMessage.new, mugib_sdk.MugibAgentMessage.content, mugib_sdk.MugibAgentMessage.name.
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:mugib_sdk/mugib_sdk.dartthat imports:package:mugib_sdk/src/voice/voice_service.dartthat imports:package:mugib_sdk/src/voice/voice_client.dartthat imports:package:mugib_sdk/src/voice/voice_session.dartthat imports:package:flutter_pcm_sound/flutter_pcm_sound.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:mugib_sdk/mugib_sdk.dartthat imports:package:mugib_sdk/src/voice/voice_service.dartthat imports:package:mugib_sdk/src/voice/voice_client.dartthat imports:package:mugib_sdk/src/voice/voice_session.dartthat imports:package:flutter_pcm_sound/flutter_pcm_sound.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:mugib_sdk/mugib_sdk.dartthat imports:package:mugib_sdk/src/voice/voice_service.dartthat imports:package:mugib_sdk/src/voice/voice_client.dartthat imports:package:mugib_sdk/src/voice/voice_session.dartthat imports:package:flutter_pcm_sound/flutter_pcm_sound.dartthat declares support for platforms:Android,iOS,macOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audio_session |
^0.1.25 |
0.1.25 | 0.2.4 | |
flutter_pcm_sound |
^3.3.2 |
3.3.3 | 3.3.3 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
record |
^6.2.0 |
6.2.1 | 7.1.1 | |
web_socket_channel |
^3.0.0 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
record_android |
- | 1.5.2 | 2.1.2 | |
record_ios |
- | 1.2.1 | 2.1.1 | |
record_linux |
- | 1.3.1 | 2.1.1 | |
record_macos |
- | 1.2.2 | 2.1.1 | |
record_platform_interface |
- | 1.6.0 | 2.1.0 | |
record_web |
- | 1.3.0 | 2.1.2 | |
record_windows |
- | 1.0.7 | 2.2.3 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.25` on audio_session does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions audio_session to update the constraint.
The constraint `^6.2.0` on record does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions record 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.15, Flutter 3.44.7, Dart 3.12.2.
Check the analysis log for details.