enx_uikit_flutter 2.0.4 copy "enx_uikit_flutter: ^2.0.4" to clipboard
enx_uikit_flutter: ^2.0.4 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.

2
likes
110/ 160
pub points
199
downloads

We analyzed this package 23 hours ago, and awarded it 110 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

89 out of 779 API elements (11.4 %) 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:enx_uikit_flutter/widgets/live_streaming_ui.dart that imports:
  • package:enx_uikit_flutter/utilities/enx_setting.dart that imports:
  • package:enx_uikit_flutter/utilities/utils.dart that imports:
  • package:audioplayers/audioplayers.dart that imports:
  • package:audioplayers/src/source.dart that imports:
  • package:audioplayers/src/audioplayer.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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/buttons/enx_button.dart that imports:
  • package:enx_uikit_flutter/screens/chat_ui.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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:enx_uikit_flutter/enx_uikit_flutter.dart that imports:
  • package:enx_uikit_flutter/buttons/enx_button.dart that imports:
  • package:enx_uikit_flutter/screens/chat_ui.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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.

Failed check 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/room_setting_ui.dart that imports:
  • package:enx_flutter_plugin/enx_flutter_plugin.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 243 issues. Showing the first 2:

WARNING: The member 'value' can only be used within instance members of subclasses of 'package:get/get_rx/src/rx_types/rx_iterables/rx_list.dart'.

lib/buttons/enx_button.dart:98:47

   ╷
98 │             if(!widget.enxController.isSelect.value[2]){
   │                                               ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/enx_button.dart

WARNING: The member 'value' can only be used within instance members of subclasses of 'package:get/get_rx/src/rx_types/rx_iterables/rx_list.dart'.

lib/buttons/enx_button.dart:104:47

    ╷
104 │             if(!widget.enxController.isSelect.value[2]) {
    │                                               ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/enx_button.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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
any_link_preview ^3.0.2 3.0.3 3.0.3
audioplayers ^6.0.0 6.1.2 6.1.2
enx_flutter_plugin ^3.0.15 3.0.15 3.0.15
file_picker ^5.5.0 5.5.0 8.3.7
flutter flutter 0.0.0 0.0.0
flutter_broadcasts ^0.4.0 0.4.0 0.4.0
flutter_foreground_task ^8.13.0 8.17.0 8.17.0
flutter_link_previewer ^3.2.2 3.2.2 3.2.2
flutter_screenutil ^5.5.2 5.9.3 5.9.3
fluttertoast ^8.2.8 8.2.12 8.2.12
gallery_saver_plus ^3.2.1 3.2.1 3.2.1
get ^4.6.6 4.7.2 4.7.2
get_storage ^2.1.1 2.1.1 2.1.1
http ^1.1.0 1.3.0 1.3.0
intl ^0.18.1 0.18.1 0.20.2
page_transition ^2.0.5 2.2.1 2.2.1
path_provider ^2.1.5 2.1.5 2.1.5
permission_handler ^11.0.0 11.3.1 11.3.1
pie_chart ^5.4.0 5.4.0 5.4.0
replay_kit_launcher ^1.0.0 1.0.0 1.0.0
shared_preferences ^2.2.1 2.5.2 2.5.2
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
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.13.0 2.13.0
audioplayers_android - 5.0.2 5.0.2
audioplayers_darwin - 6.0.0 6.0.0
audioplayers_linux - 4.0.1 4.0.1
audioplayers_platform_interface - 7.0.0 7.0.0
audioplayers_web - 5.0.1 5.0.1
audioplayers_windows - 4.0.0 4.0.0
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
equatable - 2.0.7 2.0.7
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_chat_types - 3.6.2 3.6.2
flutter_linkify - 6.0.0 6.0.0
flutter_plugin_android_lifecycle - 2.0.24 2.0.24
flutter_svg - 2.0.17 2.0.17
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.5 0.15.5
http_parser - 4.1.2 4.1.2
js - 0.7.1 0.7.2
json_annotation - 4.9.0 4.9.0
linkify - 5.0.0 5.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.15 2.2.15
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
permission_handler_android - 12.0.13 12.0.13
permission_handler_apple - 9.4.5 9.4.5
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.2.3 4.2.3
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.0.2 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.5 2.4.5
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.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
string_validator - 1.1.0 1.1.0
synchronized - 3.3.0+3 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.1 6.3.1
url_launcher_android - 6.3.14 6.3.14
url_launcher_ios - 6.3.2 6.3.2
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
uuid - 4.5.1 4.5.1
vector_graphics - 1.1.18 1.1.18
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.16 1.1.16
vector_math - 2.1.4 2.1.4
video_player_android - 2.7.17 2.7.17
video_player_avfoundation - 2.7.0 2.7.0
video_player_platform_interface - 6.3.0 6.3.0
video_player_web - 2.3.4 2.3.4
web - 1.1.0 1.1.0
win32 - 5.10.1 5.10.1
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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.

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.18, Flutter 3.27.4, Dart 3.6.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
110
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

animated_widgets, any_link_preview, audioplayers, enx_flutter_plugin, file_picker, flutter, flutter_broadcasts, flutter_foreground_task, flutter_link_previewer, flutter_screenutil, fluttertoast, gallery_saver_plus, get, get_storage, http, intl, page_transition, path_provider, permission_handler, pie_chart, replay_kit_launcher, shared_preferences, snapping_sheet_2, video_player

More

Packages that depend on enx_uikit_flutter