kuralit_sdk 0.1.1 copy "kuralit_sdk: ^0.1.1" to clipboard
kuralit_sdk: ^0.1.1 copied to clipboard

A Flutter SDK for Kuralit realtime communication with WebSocket support for text and audio streaming.

120/ 160
pub points
59
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/kuralit/kuralit_sdk was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/kuralit/kuralit_sdk 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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

139 out of 261 API elements (53.3 %) have documentation comments.

Some symbols that are missing documentation: audio_input_widget, audio_input_widget.AudioInputWidget.AudioInputWidget.new, audio_input_widget.AudioInputWidget.config, audio_input_widget.AudioInputWidget.isProcessing, audio_input_widget.AudioInputWidget.isRecording.

Passed check 10/10 points: Package has an example

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

Passed check 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:kuralit_sdk/kuralit.dart that imports:
  • package:kuralit_sdk/templates/agent_overlay/kuralit_agent_overlay.dart that imports:
  • package:kuralit_sdk/src/audio/audio_recorder_service.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:kuralit_sdk/kuralit.dart that imports:
  • package:kuralit_sdk/templates/agent_overlay/kuralit_agent_overlay.dart that imports:
  • package:kuralit_sdk/src/audio/audio_recorder_service.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package not compatible with platform Web

Because:

  • package:kuralit_sdk/kuralit.dart that imports:
  • package:kuralit_sdk/templates/agent_overlay/kuralit_agent_overlay.dart that imports:
  • package:kuralit_sdk/src/kuralit.dart that imports:
  • package:kuralit_sdk/src/utils/metadata.dart that imports:
  • dart:io
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 26 issues. Showing the first 2:

WARNING: The value of the field '_isAgentActive' isn't used.

lib/templates/agent_overlay/kuralit_agent_overlay.dart:41:8

   ╷
41 │   bool _isAgentActive = false;
   │        ^^^^^^^^^^^^^^
   ╵

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

WARNING: The value of the field '_shimmerAnimation' isn't used.

lib/templates/agent_overlay/kuralit_agent_overlay.dart:47:26

   ╷
47 │   late Animation<double> _shimmerAnimation;
   │                          ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/templates/agent_overlay/kuralit_agent_overlay.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
permission_handler ^11.0.1 11.4.0 12.0.1
record ^6.0.0 6.1.2 6.1.2
uuid ^4.0.0 4.5.2 4.5.2
web_socket_channel ^2.4.0 2.4.0 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
record_android - 1.4.5 1.4.5
record_ios - 1.1.5 1.1.5
record_linux - 1.2.1 1.2.1
record_macos - 1.1.2 1.1.2
record_platform_interface - 1.4.0 1.4.0
record_web - 1.2.2 1.2.2
record_windows - 1.0.7 1.0.7
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^11.0.1` on permission_handler does not support the stable version `12.0.0`.

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

The constraint `^2.4.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.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
59
downloads

Publisher

verified publisherkuralit.com

Weekly Downloads

A Flutter SDK for Kuralit realtime communication with WebSocket support for text and audio streaming.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, permission_handler, record, uuid, web_socket_channel

More

Packages that depend on kuralit_sdk