hms_room_kit_fixed 1.1.8
hms_room_kit_fixed: ^1.1.8 copied to clipboard
100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.
We analyzed this package 5 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.1.8").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
99 out of 189 API elements (52.4 %) have documentation comments.
Some symbols that are missing documentation: hmssdk_uikit.AppDebugConfig.AppDebugConfig.new, hmssdk_uikit.AppDebugConfig.isAudioMixerDisabled, hmssdk_uikit.AppDebugConfig.isAutoSimulcast, hmssdk_uikit.AppDebugConfig.isBlurEnabled, hmssdk_uikit.AppDebugConfig.isDebugMode.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/hms_prebuilt.dartthat imports:package:hms_room_kit_fixed/src/screen_controller.dartthat imports:package:hms_room_kit_fixed/src/preview_meeting_flow.dartthat imports:package:hms_room_kit_fixed/src/preview/preview_page.dartthat imports:package:hms_room_kit_fixed/src/meeting_screen_controller.dartthat imports:package:hms_room_kit_fixed/src/meeting/meeting_page.dartthat imports:package:hms_room_kit_fixed/src/meeting/meeting_grid_component.dartthat imports:package:hms_room_kit_fixed/src/widgets/meeting_modes/one_to_one_mode.dartthat imports:package:hms_room_kit_fixed/src/widgets/meeting_modes/custom_one_to_one_grid.dartthat imports:package:hms_room_kit_fixed/src/widgets/grid_layouts/screen_share_grid_layout.dartthat imports:package:hms_room_kit_fixed/src/widgets/whiteboard_screenshare/whiteboard_tile.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Windows`.
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/widgets/app_dialogs/audio_mode_select_dialog.dartthat imports:package:hms_room_kit_fixed/src/widgets/common_widgets/hms_text_style.dartthat imports:package:hms_room_kit_fixed/src/layout_api/hms_room_layout.dartthat imports:package:hms_room_kit_fixed/src/hmssdk_interactor.dartthat imports:package:hms_room_kit_fixed/src/common/utility_functions.dartthat imports:package:hmssdk_flutter/hmssdk_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/widgets/app_dialogs/audio_mode_select_dialog.dartthat imports:package:hms_room_kit_fixed/src/widgets/common_widgets/hms_text_style.dartthat imports:package:hms_room_kit_fixed/src/layout_api/hms_room_layout.dartthat imports:package:hms_room_kit_fixed/src/hmssdk_interactor.dartthat imports:package:hms_room_kit_fixed/src/common/utility_functions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/widgets/app_dialogs/audio_mode_select_dialog.dartthat imports:package:hms_room_kit_fixed/src/widgets/common_widgets/hms_text_style.dartthat imports:package:hms_room_kit_fixed/src/layout_api/hms_room_layout.dartthat imports:package:hms_room_kit_fixed/src/hmssdk_interactor.dartthat imports:package:hms_room_kit_fixed/src/common/utility_functions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/widgets/app_dialogs/audio_mode_select_dialog.dartthat imports:package:hms_room_kit_fixed/src/widgets/common_widgets/hms_text_style.dartthat imports:package:hms_room_kit_fixed/src/layout_api/hms_room_layout.dartthat imports:package:hms_room_kit_fixed/src/hmssdk_interactor.dartthat imports:package:hms_room_kit_fixed/src/common/utility_functions.dartthat imports:package:hmssdk_flutter/hmssdk_flutter.dartthat declares support for platforms:Android,iOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:hms_room_kit_fixed/hms_room_kit_fixed.dartthat imports:package:hms_room_kit_fixed/src/widgets/app_dialogs/audio_mode_select_dialog.dartthat imports:package:hms_room_kit_fixed/src/widgets/common_widgets/hms_text_style.dartthat imports:package:hms_room_kit_fixed/src/layout_api/hms_room_layout.dartthat imports:package:hms_room_kit_fixed/src/hmssdk_interactor.dartthat imports:package:hms_room_kit_fixed/src/common/utility_functions.dartthat imports:package:hmssdk_flutter/hmssdk_flutter.dartthat imports:package:hmssdk_flutter/src/ui/meeting/hms_texture_view_controller.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 192 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/meeting/meeting_store.dart:1835:7
╷
1835 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/meeting/meeting_store.dart
WARNING: This default clause is covered by the previous cases.
lib/src/meeting/meeting_store.dart:1961:7
╷
1961 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/meeting/meeting_store.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
badges |
^3.1.1 |
3.1.2 | 3.1.2 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
dots_indicator |
^3.0.0 |
3.1.0 | 4.0.1 | |
draggable_widget |
^2.0.0 |
2.0.0 | 2.0.0 | |
dropdown_button2 |
^2.1.4 |
2.3.9 | 2.3.9 | |
flutter_linkify |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_svg |
^2.0.5 |
2.2.1 | 2.2.1 | |
focus_detector_v2 |
^3.1.0+1 |
3.1.0+1 | 3.1.0+1 | |
google_fonts |
^6.1.0 |
6.3.2 | 6.3.2 | |
hmssdk_flutter |
^1.10.6 |
1.10.6 | 1.10.6 | |
image_picker |
^1.0.8 |
1.2.0 | 1.2.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
lottie |
^2.3.2 |
2.7.0 | 3.3.2 | |
path_provider |
^2.0.15 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
pointer_interceptor |
^0.10.1 |
0.10.1+2 | 0.10.1+2 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
share_plus |
^7.0.2 |
7.2.2 | 12.0.1 | |
shared_preferences |
^2.2.0 |
2.5.3 | 2.5.3 | |
tuple |
^2.0.2 |
2.0.2 | 2.0.2 | |
url_launcher |
^6.1.11 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.5.0 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^3.0.0` on dots_indicator does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dots_indicator to update the constraint.
The constraint `^2.3.2` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie 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.24, Flutter 3.35.5, Dart 3.9.2.
Check the analysis log for details.