sendbird_chat_widget 1.0.4
sendbird_chat_widget: ^1.0.4 copied to clipboard
With Sendbird Chat Widget for Flutter, you can easily build the widgets regarding the sendbird chat.
We analyzed this package 2 days ago, and awarded it 140 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.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 15 API elements (93.3 %) have documentation comments.
Some symbols that are missing documentation: sendbird_chat_widget.SendbirdChatWidget.SendbirdChatWidget.new
.
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_chat_widget/sendbird_chat_widget.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:sendbird_chat_widget/sendbird_chat_widget.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:sendbird_chat_widget/sendbird_chat_widget.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_widget/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/public/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/internal/widget/sb_widget_manager.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_widget_builder.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_text_button_builder.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_chat_widget/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/public/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/internal/widget/sb_widget_manager.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_widget_builder.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_text_button_builder.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_chat_widget/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/public/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/internal/widget/sb_widget_manager.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_widget_builder.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_text_button_builder.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_chat_widget/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/public/sendbird_chat_widget.dart
that imports:package:sendbird_chat_widget/src/internal/widget/sb_widget_manager.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_widget_builder.dart
that imports:package:sendbird_chat_widget/src/internal/widget/builder/sb_text_button_builder.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: 'opacity' is deprecated and shouldn't be used. Use .a.
lib/src/internal/widget/builder/sb_image_builder.dart:53:33
╷
53 │ color: tintColor?.opacity == 0 || bgColor?.opacity == 0
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/widget/builder/sb_image_builder.dart
INFO: 'opacity' is deprecated and shouldn't be used. Use .a.
lib/src/internal/widget/builder/sb_image_builder.dart:53:58
╷
53 │ color: tintColor?.opacity == 0 || bgColor?.opacity == 0
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/internal/widget/builder/sb_image_builder.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
sendbird_chat_sdk |
^4.2.0 |
4.4.1 | 4.4.1 | |
shared_preferences |
^2.1.2 |
2.5.3 | 2.5.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 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus |
- | 6.1.4 | 6.1.4 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
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 | |
http |
- | 1.4.0 | 1.4.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
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.2 | Discontinued |
logger |
- | 2.6.0 | 2.6.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nm |
- | 0.5.0 | 0.5.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 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
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 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
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 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.