v_chat_sdk 1.1.4 v_chat_sdk: ^1.1.4 copied to clipboard
official sdk for v chat this is a complete chat ecosystem use flutter for clint node js and socket io for server side flutter chat v chat sdk
We analyzed this package 21 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/hatemragab/v_chat_sdk/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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.
- contains
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
.
0/10 points: 20% or more of the public API has dartdoc comments
33 out of 308 API elements (10.7 %) 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.appNeedThisPermissionToSaveDownloadedFilesInDeviceStorage
.
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: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/v_chat_widgets_builder.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/v_chat_widgets_builder.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/v_chat_widgets_builder.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.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 34 issues. Showing the first 2:
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/src/utils/v_chat_widgets_builder.dart:47:16
╷
47 │ .bodyText1!
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/v_chat_widgets_builder.dart
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/src/utils/v_chat_widgets_builder.dart:49:46
╷
49 │ style: Theme.of(context).textTheme.bodyText1,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/v_chat_widgets_builder.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audioplayers |
^1.0.1 |
1.2.0 | 6.1.0 |
bloc |
^8.0.3 |
8.1.4 | 8.1.4 |
cached_network_image |
^3.2.1 |
3.3.1 | 3.4.1 |
crypto |
^3.0.2 |
3.0.6 | 3.0.6 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
file_picker |
^4.6.1 |
4.6.1 | 8.1.4 |
firebase_core |
^1.18.0 |
1.24.0 | 3.7.0 |
firebase_messaging |
^11.4.2 |
11.4.4 | 15.1.4 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^8.0.1 |
8.1.6 | 8.1.6 |
flutter_local_notifications |
^9.6.1 |
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.9 |
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.5+3 |
0.8.9 | 1.1.2 |
intl |
^0.17.0 |
0.17.0 | 0.19.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.0 | 1.9.1 |
path_provider |
^2.0.11 |
2.0.15 | 2.1.5 |
permission_handler |
^9.2.0 |
9.2.0 | 11.3.1 |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 |
record |
^4.1.1 |
4.4.4 | 5.2.0 |
shared_preferences |
^2.0.15 |
2.3.3 | 2.3.3 |
socket_io_client |
^1.0.2 |
1.0.2 | 3.0.1 |
sqflite |
^2.0.2+1 |
2.4.1 | 2.4.1 |
stop_watch_timer |
^1.5.0 |
1.5.0 | 3.2.1 |
textless |
^6.6.6 |
6.6.6 | 6.6.6 |
timeago |
^3.2.2 |
3.3.0 | 3.7.0 |
video_player |
^2.4.5 |
2.9.2 | 2.9.2 |
video_thumbnail |
^0.5.0 |
0.5.3 | 0.5.3 |
video_viewer |
^1.2.7 |
1.2.7 | 1.2.7 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 16 issues. Showing the first 2:
The constraint `^1.0.1` on audioplayers does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions audioplayers
to update the constraint.
The constraint `^4.0.6` 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 4 errors:
UNDEFINED_GETTER
-lib/src/utils/v_chat_widgets_builder.dart:47:16
- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/src/utils/v_chat_widgets_builder.dart:49:46
- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/src/utils/v_chat_widgets_builder.dart:81:16
- 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.