em_chat_uikit 2.2.0
em_chat_uikit: ^2.2.0 copied to clipboard
A set of ui components adapted to the chat sdk can quickly build a chat page and chat through the chat sdk by invoking the ui components.
We analyzed this package 4 days ago, and awarded it 80 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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
1797 out of 5228 API elements (34.4 %) have documentation comments.
Some symbols that are missing documentation: action_event_observer
, action_event_observer.ChatSDKEventsObserver
, action_event_observer.ChatSDKEventsObserver.ChatSDKEventsObserver.new
, action_event_observer.ChatSDKEventsObserver.onChatSDKEventBegin
, action_event_observer.ChatSDKEventsObserver.onChatSDKEventEnd
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:em_chat_uikit/chat_uikit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:em_chat_uikit/chat_uikit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:em_chat_uikit/chat_uikit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:em_chat_uikit/chat_uikit.dart
that declares support for platforms:Android
,iOS
.
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:em_chat_uikit/chat_uikit.dart
that imports:package:em_chat_uikit/ui/route/chat_uikit_route.dart
that imports:package:em_chat_uikit/universal/inner_headers.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:em_chat_uikit/chat_uikit.dart
that imports:package:em_chat_uikit/ui/route/chat_uikit_route.dart
that imports:package:em_chat_uikit/universal/inner_headers.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
ERROR: The named parameter 'bottomDistance' isn't defined.
lib/ui/widgets/input_bar/chat_uikit_input_bar.dart:159:11
╷
159 │ bottomDistance: widget.bottomDistance,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/widgets/input_bar/chat_uikit_input_bar.dart
INFO: Missing type annotation.
lib/chat_uikit_emoji_data.dart:63:10
╷
63 │ static getEmojiImagePath(String emoji) {
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat_uikit_emoji_data.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
audioplayers |
6.0.0 |
6.0.0 | 6.5.1 | |
cached_network_image |
3.3.1 |
3.3.1 | 3.4.1 | |
chat_uikit_keyboard_panel |
0.1.1 |
0.1.1 | 0.1.2 | |
chat_uikit_theme |
1.0.4 |
1.0.4 | 1.0.4 | |
file_picker |
8.3.2 |
8.3.2 | 10.3.3 | |
flutter_localization |
0.2.0 |
0.2.0 | 0.3.3 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
im_flutter_sdk |
4.13.0 |
4.13.0 | 4.15.1 | |
image_picker |
1.1.2 |
1.1.2 | 1.2.0 | |
path_provider |
2.1.4 |
2.1.4 | 2.1.5 | |
record |
5.1.2 |
5.1.2 | 6.1.2 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
shared_preferences |
2.2.3 |
2.2.3 | 2.5.3 | |
video_compress |
3.1.4 |
3.1.4 | 3.1.4 | |
video_player |
2.9.5 |
2.9.5 | 2.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `6.0.0` on audioplayers does not support the stable version `6.1.0`.
Try running dart pub upgrade --major-versions audioplayers
to update the constraint.
The constraint `3.3.1` on cached_network_image does not support the stable version `3.4.0`.
Try running dart pub upgrade --major-versions cached_network_image
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER
-lib/ui/widgets/input_bar/chat_uikit_input_bar.dart:159:11
- The named parameter 'bottomDistance' isn't defined.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.