sendbird_chat_sdk 4.10.0 copy "sendbird_chat_sdk: ^4.10.0" to clipboard
sendbird_chat_sdk: ^4.10.0 copied to clipboard

With Sendbird Chat for Flutter, you can easily build an in-app chat with all the essential messaging features.

120/ 160
pub points
8.9k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

1197 out of 1725 API elements (69.4 %) have documentation comments.

Some symbols that are missing documentation: sendbird_chat_sdk.AccessTokenRequester.AccessTokenRequester.new, sendbird_chat_sdk.AccessTokenRevokedException.AccessTokenRevokedException.new, sendbird_chat_sdk.AckTimeoutException.AckTimeoutException.new, sendbird_chat_sdk.AdminMessage.AdminMessage.fromJson, sendbird_chat_sdk.AdminMessage.AdminMessage.fromJsonWithChat.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:sendbird_chat_sdk/sendbird_chat_sdk.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:sendbird_chat_sdk/sendbird_chat_sdk.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:sendbird_chat_sdk/sendbird_chat_sdk.dart that declares support for platforms: Android, iOS, Web.

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:sendbird_chat_sdk/sendbird_chat_sdk.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/base_query.dart that imports:
  • package:sendbird_chat_sdk/src/internal/main/chat/chat.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:sendbird_chat_sdk/sendbird_chat_sdk.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/base_query.dart that imports:
  • package:sendbird_chat_sdk/src/internal/main/chat/chat.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:sendbird_chat_sdk/sendbird_chat_sdk.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/base_query.dart that imports:
  • package:sendbird_chat_sdk/src/internal/main/chat/chat.dart that imports:
  • package:sendbird_chat_sdk/src/internal/main/chat_manager/file_cache_manager.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:sendbird_chat_sdk/sendbird_chat_sdk.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dart that imports:
  • package:sendbird_chat_sdk/src/public/main/query/base_query.dart that imports:
  • package:sendbird_chat_sdk/src/internal/main/chat/chat.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/universal_io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

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 202 issues. Showing the first 2:

WARNING: 'getByIndex' is experimental and could be removed or changed at any time.

lib/src/internal/db/schema/channel/c_feed_channel.g.dart:341:12

    ╷
341 │     return getByIndex(r'channelUrl', [channelUrl]);
    │            ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/db/schema/channel/c_feed_channel.g.dart

WARNING: 'getByIndexSync' is experimental and could be removed or changed at any time.

lib/src/internal/db/schema/channel/c_feed_channel.g.dart:345:12

    ╷
345 │     return getByIndexSync(r'channelUrl', [channelUrl]);
    │            ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/db/schema/channel/c_feed_channel.g.dart

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
async ^2.10.0 2.13.1 2.13.1
collection ^1.17.0 1.19.1 1.19.1
connectivity_plus >=5.0.1 <8.0.0 7.1.0 7.1.0
encrypt ^5.0.1 5.0.3 5.0.3
http >=0.13.6 <2.0.0 1.6.0 1.6.0
http_parser ^4.0.2 4.1.2 4.1.2
isar_community 3.3.0 3.3.0 3.3.2
isar_community_flutter_libs 3.3.0 3.3.0 3.3.2
json_annotation ^4.8.1 4.11.0 4.11.0
logger >=1.4.0 <3.0.0 2.7.0 2.7.0
mime >=1.0.4 <3.0.0 2.0.0 2.0.0
path ^1.8.2 1.9.1 1.9.1
path_provider ^2.1.1 2.1.5 2.1.5
shared_preferences ^2.2.2 2.5.5 2.5.5
universal_io ^2.2.0 2.3.1 2.3.1
uuid >=3.0.7 <5.0.0 4.5.3 4.5.3
web_socket_channel >=2.4.0 <4.0.0 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
connectivity_plus_platform_interface - 2.1.0 2.1.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
native_toolchain_c - 0.17.6 0.17.6
nm - 0.5.0 0.5.0
objective_c - 9.3.0 9.3.0
path_provider_android - 2.2.23 2.2.23
path_provider_foundation - 2.6.0 2.6.0
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
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
pub_semver - 2.2.0 2.2.0
shared_preferences_android - 2.4.23 2.4.23
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
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.3.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

The constraint `3.3.0` on isar_community does not support the stable version `3.3.1`, that was published 8 days ago.

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

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

The constraint `3.3.0` on isar_community_flutter_libs does not support the stable version `3.3.1`, that was published 8 days ago.

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

Try running dart pub upgrade --major-versions isar_community_flutter_libs 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.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: