v_chat_sdk 0.9.1 copy "v_chat_sdk: ^0.9.1" to clipboard
v_chat_sdk: ^0.9.1 copied to clipboard

discontinued
outdated

official sdk for vchat to impement chat system into new or exist flutter app

23
likes
60/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: v_chat_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository has no repository or homepage URL.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

31 out of 283 API elements (11.0 %) 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: v_chat_sdk, v_chat_sdk.ArLanguage, v_chat_sdk.ArLanguage.ArLanguage, v_chat_sdk.ArLanguage.addedBy, v_chat_sdk.ArLanguage.areYouSure.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/utils/helpers/helpers.dart that imports:
  • package:v_chat_sdk/src/services/v_chat_app_service.dart that imports:
  • package:v_chat_sdk/src/sqlite/db_provider.dart that imports:
  • package:v_chat_sdk/src/sqlite/tables/room_table.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/utils/helpers/helpers.dart that imports:
  • package:v_chat_sdk/src/services/v_chat_app_service.dart that imports:
  • package:v_chat_sdk/src/sqlite/db_provider.dart that imports:
  • package:v_chat_sdk/src/sqlite/tables/room_table.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/utils/custom_widgets/custom_alert_dialog.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/utils/helpers/helpers.dart that imports:
  • package:v_chat_sdk/src/services/v_chat_app_service.dart that imports:
  • package:v_chat_sdk/src/sqlite/db_provider.dart that imports:
  • package:v_chat_sdk/src/sqlite/tables/room_table.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, 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:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/services/notification_service.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/message_view.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/widgets/v_chat_message_input/v_chat_message_input.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/widgets/v_chat_message_input/attachment_picker_widget.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:v_chat_sdk/v_chat_sdk.dart that imports:
  • package:v_chat_sdk/src/v_chat_controller.dart that imports:
  • package:v_chat_sdk/src/services/notification_service.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/message_view.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/widgets/v_chat_message_input/v_chat_message_input.dart that imports:
  • package:v_chat_sdk/src/modules/message/views/widgets/v_chat_message_input/attachment_picker_widget.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.

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.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 33 issues. Showing the first 2:

ERROR: The named parameter 'showTrackOnHover' isn't defined.

lib/src/modules/message/views/message_view.dart:63:25

   ╷
63 │                         showTrackOnHover: true,
   │                         ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/modules/message/views/message_view.dart

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/src/utils/v_chat_widgets_builder.dart:44:16

   ╷
44 │               .bodyText1!
   │                ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/v_chat_widgets_builder.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
audioplayers ^0.20.1 0.20.1 6.1.0
bloc ^8.0.1 8.1.4 8.1.4
cached_network_image ^3.2.0 3.3.1 3.4.1
crypto ^3.0.1 3.0.6 3.0.6
dio ^4.0.4 4.0.6 5.7.0
file_picker ^4.2.7 4.6.1 8.1.4
firebase_core ^1.10.5 1.19.0 3.8.0
firebase_messaging ^11.2.3 11.4.3 15.1.5
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.0.0 8.1.6 8.1.6
flutter_local_notifications ^9.1.5 9.9.1 18.0.1
flutter_native_image ^0.0.6+1 0.0.6+1 0.0.6+1
flutter_secure_storage ^5.0.2 5.1.2 9.2.2
flutter_video_info ^1.2.0 1.3.2 1.3.2
fluttertoast ^8.0.8 8.2.8 8.2.8
get_it ^7.2.0 7.7.0 8.0.2
http ^0.13.4 0.13.6 1.2.2
image_picker ^0.8.4+4 0.8.9 1.1.2
intl ^0.17.0 0.17.0 0.20.0
meta ^1.7.0 1.15.0 1.16.0
open_file ^3.2.1 3.2.1 3.5.9
path ^1.8.0 1.9.1 1.9.1
path_provider ^2.0.8 2.0.15 2.1.5
permission_handler ^8.3.0 8.3.0 11.3.1
photo_view ^0.13.0 0.13.0 0.15.0
record ^3.0.2 3.0.4 5.2.0
shared_preferences ^2.0.11 2.3.3 2.3.3
socket_io_client ^1.0.2 1.0.2 3.0.1
sqflite ^2.0.1 2.4.1 2.4.1
stop_watch_timer ^1.3.1 1.5.0 3.2.1
textless ^6.6.6 6.6.6 6.6.6
timeago ^3.1.0 3.3.0 3.7.0
video_player ^2.2.7 2.9.2 2.9.2
video_thumbnail ^0.4.3 0.4.6 0.5.3
video_viewer ^1.2.7 1.2.7 1.2.7
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
cached_network_image_platform_interface - 4.0.0 4.1.1
cached_network_image_web - 1.2.0 1.3.1
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
cross_file - 0.3.4+2 0.3.4+2
csslib - 1.0.2 1.0.2
dbus - 0.7.4 0.7.10
ffi - 1.2.1 2.1.3
file - 6.1.4 7.0.1
file_selector_linux - 0.9.3+1 0.9.3+1
file_selector_macos - 0.9.4+2 0.9.4+2
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+3 0.9.3+3
firebase_core_platform_interface - 4.4.1 5.3.0
firebase_core_web - 1.6.5 2.18.1
firebase_messaging_platform_interface - 3.5.4 4.5.48
firebase_messaging_web - 2.4.3 3.9.4
flutter_cache_manager - 3.3.1 3.4.1
flutter_local_notifications_linux - 0.5.1 5.0.0
flutter_local_notifications_platform_interface - 5.0.0 8.0.0
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 1.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 1.1.3 3.1.2
flutter_web_plugins - 0.0.0 0.0.0
gesture_x_detector - 1.1.1 1.1.1
helpers - 1.2.3 1.2.3
html - 0.15.5 0.15.5
http_parser - 4.0.2 4.1.1
image_picker_android - 0.8.12+17 0.8.12+17
image_picker_for_web - 2.2.0 3.0.6
image_picker_ios - 0.8.12+1 0.8.12+1
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
js - 0.6.7 0.7.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
mime - 1.0.6 2.0.0
nested - 1.0.0 1.0.0
octo_image - 2.1.0 2.1.0
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
permission_handler_platform_interface - 3.12.0 4.2.3
petitparser - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
process - 4.2.4 5.0.3
provider - 6.1.2 6.1.2
record_platform_interface - 0.2.0 1.2.0
record_web - 0.2.1 1.1.4
rxdart - 0.27.7 0.28.0
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
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.99 0.0.99
socket_io_common - 1.0.1 3.0.1
source_span - 1.10.0 1.10.0
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+5 2.5.4+5
sqflite_darwin - 2.4.1 2.4.1
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.0 1.4.0
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.1
timezone - 0.8.0 0.10.0
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.4
video_player_android - 2.7.16 2.7.16
video_player_avfoundation - 2.6.2 2.6.2
video_player_platform_interface - 6.2.3 6.2.3
video_player_web - 2.3.3 2.3.3
volume_watcher - 2.0.1 2.0.1
wakelock - 0.5.6 0.6.2
wakelock_macos - 0.4.0 0.4.0
wakelock_platform_interface - 0.3.0 0.3.0
wakelock_web - 0.4.0 0.4.0
wakelock_windows - 0.2.0 0.2.1
web - 1.1.0 1.1.0
win32 - 2.6.1 5.8.0
xdg_directories - 0.2.0+3 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.

Found 17 issues. Showing the first 2:

The constraint `^0.20.1` on audioplayers does not support the stable version `1.0.0`.

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

The constraint `^4.0.4` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio 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 5 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/modules/message/views/message_view.dart:63:25 - The named parameter 'showTrackOnHover' isn't defined.
  • UNDEFINED_GETTER - lib/src/utils/v_chat_widgets_builder.dart:44:16 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/utils/v_chat_widgets_builder.dart:46:46 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.

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.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.