enx_uikit_flutter 1.9.9 enx_uikit_flutter: ^1.9.9 copied to clipboard
EnableX Flutter Uikit allows developers to implement real-time communication channels such as audio, video, and text chat in their applications on iOS and Android Platforms.
We analyzed this package 4 days ago, and awarded it 110 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
.
0/10 points: 20% or more of the public API has dartdoc comments
88 out of 647 API elements (13.6 %) 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: ChatModel
, ChatModel.ChatModel.broadcast
, ChatModel.ChatModel.currentTime
, ChatModel.ChatModel.fileName
, ChatModel.ChatModel.fileShareModel
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:enx_uikit_flutter/widgets/room_setting_ui.dart
that imports:package:enx_flutter_plugin/enx_flutter_plugin.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:enx_uikit_flutter/widgets/room_setting_ui.dart
that imports:package:enx_flutter_plugin/enx_flutter_plugin.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:enx_uikit_flutter/widgets/room_setting_ui.dart
that imports:package:enx_flutter_plugin/enx_flutter_plugin.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:flutter_foreground_task/flutter_foreground_task.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:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:flutter_foreground_task/flutter_foreground_task.dart
that imports:package:shared_preferences_ios/shared_preferences_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:flutter_foreground_task/flutter_foreground_task.dart
that imports:package:shared_preferences_android/shared_preferences_android.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:enx_uikit_flutter/enx_uikit_flutter.dart
that imports:package:enx_uikit_flutter/controller/enx_controller.dart
that imports:package:enx_uikit_flutter/widgets/switch_audio_widget.dart
that imports:package:get/get_navigation/src/extension_navigation.dart
that imports:package:get/get_navigation/src/root/parse_route.dart
that imports:package:get/get_navigation/get_navigation.dart
that imports:package:get/get_navigation/src/snackbar/snackbar_controller.dart
that imports:package:get/get.dart
that imports:package:get/get_utils/get_utils.dart
that imports:package:get/get_utils/src/platform/platform.dart
that imports:package:get/get_utils/src/platform/platform_web.dart
that imports:dart:html
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 174 issues. Showing the first 2:
WARNING: The declaration '_muteRoomButton' isn't referenced.
lib/buttons/enx_button.dart:256:10
╷
256 │ Widget _muteRoomButton() {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/enx_button.dart
WARNING: The declaration '_recordingRoomButton' isn't referenced.
lib/buttons/enx_button.dart:292:10
╷
292 │ Widget _recordingRoomButton() {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/enx_button.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
animated_widgets |
^1.1.0 |
1.1.0 | 1.1.0 |
audioplayers |
^6.0.0 |
6.1.0 | 6.1.0 |
enx_flutter_plugin |
^2.3.21 |
2.9.8 | 3.0.15 |
file_picker |
^5.5.0 |
5.5.0 | 8.1.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_broadcasts |
^0.4.0 |
0.4.0 | 0.4.0 |
flutter_foreground_task |
^3.5.2 |
3.10.0 | 8.17.0 |
flutter_screenutil |
^5.5.2 |
5.9.3 | 5.9.3 |
fluttertoast |
^8.2.2 |
8.2.10 | 8.2.10 |
get |
^4.6.6 |
4.6.6 | 4.6.6 |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 |
http |
^1.1.0 |
1.2.2 | 1.2.2 |
intl |
^0.17.0 |
0.17.0 | 0.20.1 |
page_transition |
^2.0.5 |
2.1.0 | 2.1.0 |
permission_handler |
^11.0.0 |
11.3.1 | 11.3.1 |
replay_kit_launcher |
^1.0.0 |
1.0.0 | 1.0.0 |
shared_preferences |
^2.2.1 |
2.3.4 | 2.3.4 |
snapping_sheet_2 |
^3.1.5 |
3.1.5 | 3.1.5 |
video_player |
^2.8.2 |
2.9.2 | 2.9.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^2.3.21` on enx_flutter_plugin does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions enx_flutter_plugin
to update the constraint.
The constraint `^5.5.0` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.