simli_client 1.0.1 copy "simli_client: ^1.0.1" to clipboard
simli_client: ^1.0.1 copied to clipboard

Simli Client is a Flutter package for integrating with the Simli API, enabling live, low-latency avatars using WebRTC, ideal for virtual assistants and bots.

0
likes
160/ 160
pub points
66
downloads

We analyzed this package 3 days ago, and awarded it 160 pub points (of a possible 160):

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

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

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/jemisgoti/simli-flutter-client/issues 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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

78 out of 86 API elements (90.7 %) have documentation comments.

Some symbols that are missing documentation: simli_client, simli_client_config, simli_error, simli_exception, simli_exception.SimliExceptionCode.SimliExceptionCode.new.

Passed check 10/10 points: Package has an example and has no issues with screenshots

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:simli_client/simli_client.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.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:simli_client/simli_client.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that imports:
  • package:flutter_webrtc/src/native/rtc_video_platform_view.dart that imports:
  • package:flutter_webrtc/src/native/rtc_video_platform_view_controller.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.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
flutter_webrtc ^0.12.1+hotfix.1 0.12.12+hotfix.1 0.13.1+hotfix.1
http ^1.2.2 1.3.0 1.3.0
logging ^1.2.0 1.3.0 1.3.0
retry ^3.1.2 3.1.2 3.1.2
web_socket_client ^0.1.5 0.1.5 0.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
crypto - 3.0.6 3.0.6
dart_webrtc - 1.5.3 1.5.3
ffi - 2.1.4 2.1.4
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
web_socket - 1.0.0 1.0.0
web_socket_channel - 3.0.3 3.0.3
webrtc_interface - 1.2.2+hotfix.1 1.2.2+hotfix.1
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.12.1+hotfix.1` on flutter_webrtc does not support the stable version `0.13.0`, that was published 26 days ago.

When flutter_webrtc is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^0.1.5` on web_socket_client does not support the stable version `0.2.0`, that was published 27 days ago.

When web_socket_client is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions web_socket_client 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
160
points
66
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Simli Client is a Flutter package for integrating with the Simli API, enabling live, low-latency avatars using WebRTC, ideal for virtual assistants and bots.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_webrtc, http, logging, retry, web_socket_client

More

Packages that depend on simli_client