sendbird_uikit 1.0.0-beta.4 copy "sendbird_uikit: ^1.0.0-beta.4" to clipboard
sendbird_uikit: ^1.0.0-beta.4 copied to clipboard

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

4
likes
120/ 160
pub points
78%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

76 out of 636 API elements (11.9 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: sendbird_uikit.SBUColors.background50, sendbird_uikit.SBUColors.background100, sendbird_uikit.SBUColors.background200, sendbird_uikit.SBUColors.background300, sendbird_uikit.SBUColors.background400.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/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_uikit/sendbird_uikit.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

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

Because:

  • package:sendbird_uikit/sendbird_uikit.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_uikit/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/public/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/internal/provider/sbu_message_collection_provider.dart that imports:
  • 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_uikit/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/public/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/internal/provider/sbu_message_collection_provider.dart that imports:
  • 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_uikit/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/public/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/internal/provider/sbu_message_collection_provider.dart that imports:
  • 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/db_manager.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:sendbird_uikit/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/public/sendbird_uikit.dart that imports:
  • package:sendbird_uikit/src/internal/provider/sbu_message_collection_provider.dart that imports:
  • 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/src/_exports_in_vm.dart that imports:
  • package:universal_io/src/new_universal_http_client.dart that imports:
  • package:universal_io/src/_helpers.dart that imports:
  • package:universal_io/src/_helpers_impl_elsewhere.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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Dangling library doc comment.

lib/src/public/resource/sbu_icons.dart:1:1

  ╷
1 │ /// Flutter icons SendbirdIcons
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/public/resource/sbu_icons.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cached_network_image ^3.3.1 3.4.1 3.4.1
collection ^1.18.0 1.18.0 1.19.0
flutter flutter 0.0.0 0.0.0
fluttertoast ^8.2.5 8.2.8 8.2.8
http ^1.2.1 1.2.2 1.2.2
intl >=0.18.1 <1.0.0 0.19.0 0.19.0
provider ^6.1.2 6.1.2 6.1.2
sendbird_chat_sdk ^4.2.20 4.2.23 4.2.23
shared_preferences ^2.2.3 2.3.2 2.3.2
web_socket_channel 2.4.0 2.4.0 3.0.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
asn1lib - 1.5.4 1.5.4
async - 2.11.0 2.11.0
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
connectivity_plus - 6.0.5 6.0.5
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.1 3.1.1
crypto - 3.0.5 3.0.5
dbus - 0.7.10 0.7.10
encrypt - 5.0.3 5.0.3
ffi - 2.1.3 2.1.3
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_cache_manager - 3.4.1 3.4.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.0
isar - 3.1.0+1 3.1.0+1
isar_flutter_libs - 3.1.0+1 3.1.0+1
js - 0.6.7 0.7.1
json_annotation - 4.9.0 4.9.0
logger - 2.4.0 2.4.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
mime - 1.0.6 1.0.6
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
octo_image - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_provider - 2.1.4 2.1.4
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.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 - 6.0.2 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.3.2 2.3.2
shared_preferences_foundation - 2.5.2 2.5.2
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3+1 2.3.3+1
sqflite_common - 2.5.4+3 2.5.4+3
stream_channel - 2.1.2 2.1.2
string_scanner - 1.3.0 1.3.0
synchronized - 3.3.0+2 3.3.0+2
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
uuid - 4.5.0 4.5.0
vector_math - 2.1.4 2.1.4
web - 1.0.0 1.0.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

The constraint `2.4.0` on web_socket_channel does not support the stable version `2.4.1`.

Try running dart pub upgrade --major-versions web_socket_channel 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.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

4
likes
120
pub points
78%
popularity

Publisher

verified publishersendbird.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

cached_network_image, collection, flutter, fluttertoast, http, intl, provider, sendbird_chat_sdk, shared_preferences, web_socket_channel

More

Packages that depend on sendbird_uikit