sendbird_uikit 1.2.1
sendbird_uikit: ^1.2.1 copied to clipboard
With Sendbird UIKit for Flutter, you can easily build an in-app chat with all the essential messaging features.
We analyzed this package 11 days ago, and awarded it 120 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
79 out of 734 API elements (10.8 %) 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.ItemContext, sendbird_uikit.ItemContext.ItemContext.new, sendbird_uikit.ItemContext.context, sendbird_uikit.ItemContext.index, sendbird_uikit.ItemContext.isVisible.
10/10 points: Package has an example
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.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:sendbird_uikit/sendbird_uikit.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:sendbird_uikit/sendbird_uikit.dartthat 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.dartthat imports:package:sendbird_uikit/src/public/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dartthat imports:package:sendbird_chat_sdk/sendbird_chat_sdk.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/base_query.dartthat imports:package:sendbird_chat_sdk/src/internal/main/chat/chat.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:sendbird_uikit/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/public/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dartthat imports:package:sendbird_chat_sdk/sendbird_chat_sdk.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/base_query.dartthat imports:package:sendbird_chat_sdk/src/internal/main/chat/chat.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:sendbird_uikit/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/public/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dartthat imports:package:sendbird_chat_sdk/sendbird_chat_sdk.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/base_query.dartthat imports:package:sendbird_chat_sdk/src/internal/main/chat/chat.dartthat imports:package:sendbird_chat_sdk/src/internal/main/chat_manager/file_cache_manager.dartthat imports:package:path_provider/path_provider.dartthat 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.dartthat imports:package:sendbird_uikit/src/public/sendbird_uikit.dartthat imports:package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dartthat imports:package:sendbird_chat_sdk/sendbird_chat_sdk.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/user/participant_list_query.dartthat imports:package:sendbird_chat_sdk/src/public/main/query/base_query.dartthat imports:package:sendbird_chat_sdk/src/internal/main/chat/chat.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/universal_io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/internal/component/basic/sbu_avatar_component.dart:72:50
╷
72 │ color: SBUColors.primaryMain.withOpacity(0.5),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/component/basic/sbu_avatar_component.dart
INFO: 'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or translateByDouble instead.
lib/src/internal/component/basic/sbu_avatar_component.dart:184:48
╷
184 │ transform: Matrix4.identity()..translate(-width / 4),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/component/basic/sbu_avatar_component.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
fluttertoast |
^8.2.5 |
8.2.14 | 9.0.0 | |
gif |
^2.3.0 |
2.3.0 | 2.3.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
intl |
>=0.18.1 <1.0.0 |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
sendbird_chat_sdk |
^4.7.0 |
4.7.0 | 4.7.0 | |
shared_preferences |
^2.2.3 |
2.5.4 | 2.5.4 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 | |
web_socket_channel |
2.4.0 |
2.4.0 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
connectivity_plus |
- | 6.1.5 | 7.0.0 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dbus |
- | 0.7.11 | 0.7.11 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
isar_community |
- | 3.3.0 | 3.3.0 | |
isar_community_flutter_libs |
- | 3.3.0 | 3.3.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logger |
- | 2.6.2 | 2.6.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
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.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.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 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.2.5` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.