v_chat_utils 1.0.1
v_chat_utils: ^1.0.1 copied to clipboard
utils for v chat sdk
We analyzed this package 11 hours ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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_utils
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: v_chat_utils
.
Repository URL doesn't exist.
At the time of the analysis https://github.com/hatemragab/v_chat_sdk/tree/master/core_packages/v_chat_utils
was unreachable. Make sure that the website is reachable via HEAD
requests.
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.0.1").
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
2579 out of 8320 API elements (31.0 %) have documentation comments.
Some symbols that are missing documentation: v_chat_utils
, v_chat_utils.AmMessages.AmMessages.new
, v_chat_utils.AmShortMessages.AmShortMessages.new
, v_chat_utils.ArMessages.ArMessages.new
, v_chat_utils.ArShortMessages.ArShortMessages.new
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:v_chat_utils/v_chat_utils.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
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_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_chat_utils/src/utils/app_pick.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_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_chat_utils/src/utils/app_pick.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 `Windows`.
Because:
package:v_chat_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/platform_cache_image_widget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.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_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_chat_utils/src/utils/app_pick.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_progress_button.dart
that imports:package:wechat_camera_picker/src/internals/methods.dart
that imports:package:wechat_camera_picker/src/constants/type_defs.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:v_chat_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/platform_cache_image_widget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:v_chat_utils/v_chat_utils.dart
that imports:package:v_chat_utils/src/widgets/widgets.dart
that imports:package:v_chat_utils/src/widgets/platform_widgets/v_image_picker.dart
that imports:package:v_platform/v_platform.dart
that imports:package:v_platform/src/v_platform_file.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'VideoPlayerController.network' is deprecated and shouldn't be used. Use VideoPlayerController.networkUrl instead.
lib/src/pages/v_video_player.dart:133:13
╷
133 │ : VideoPlayerController.network(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pages/v_video_player.dart
INFO: Missing type annotation.
lib/src/utils/app_pref.dart:14:14
╷
14 │ static get instance => _instance!;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/app_pref.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
adaptive_dialog |
^1.9.0-no-macos.2 |
1.10.1 | 2.5.0 | |
cached_network_image |
^3.2.3 |
3.3.1 | 3.4.1 | |
chewie |
^1.5.0 |
1.13.0 | 1.13.0 | |
collection |
^1.17.1 |
1.19.1 | 1.19.1 | |
device_info_plus |
^9.0.2 |
9.1.2 | 12.1.0 | |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
event_bus_plus |
^0.6.1 |
0.6.2 | 0.7.0 | |
file_picker |
^5.3.2 |
5.5.0 | 10.3.3 | |
file_saver |
^0.2.4 |
0.2.14 | 0.3.1 | |
file_sizes |
^1.0.6 |
1.0.6 | 1.0.6 | |
flutter_advanced_avatar |
^1.5.0 |
1.5.2 | 1.5.2 | |
flutter_cache_manager |
^3.3.0 |
3.3.1 | 3.4.1 | |
flutter_native_image |
^0.0.6+1 |
0.0.6+1 | 0.0.6+1 | Discontinued |
http |
^0.13.5 |
0.13.6 | 1.5.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
image |
^4.0.17 |
4.5.4 | 4.5.4 | |
image_cropper |
^4.0.1 |
4.0.1 | 11.0.0 | |
image_gallery_saver |
^2.0.1 |
2.0.3 | 2.0.3 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
latlong2 |
^0.9.0 |
0.9.1 | 0.9.1 | |
map_launcher |
^2.5.0+1 |
2.5.0+1 | 4.4.2 | |
meta |
^1.9.1 |
1.16.0 | 1.17.0 | |
mime |
^1.0.4 |
1.0.6 | 2.0.0 | |
mime_type |
^1.0.0 |
1.0.1 | 1.0.1 | |
overlay_support |
^2.1.0 |
2.1.0 | 2.1.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.15 |
2.1.5 | 2.1.5 | |
phosphor_flutter |
^1.4.0 |
1.4.0 | 2.1.0 | |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 | |
shared_preferences |
^2.1.1 |
2.5.3 | 2.5.3 | |
textless |
^6.6.6 |
6.6.6 | 6.6.6 | |
timeago |
^3.4.0 |
3.7.1 | 3.7.1 | |
url_launcher |
^6.1.11 |
6.3.2 | 6.3.2 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 | |
v_chat_sdk_core |
^1.0.1 |
1.0.1 | 2.1.0 | |
v_platform |
^1.0.3 |
1.2.0 | 2.1.4 | |
video_player |
^2.6.1 |
2.10.0 | 2.10.0 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 | |
wechat_camera_picker |
^3.8.0 |
3.8.0 | 4.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
animations |
- | 2.1.0 | 2.1.0 | |
another_flushbar |
- | 1.12.32 | 1.12.32 | |
appkit_ui_element_colors |
- | 1.0.1 | 1.0.1 | |
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 | |
cached_network_image_web |
- | 1.2.0 | 1.3.1 | |
camera |
- | 0.10.6 | 0.11.2 | |
camera_android |
- | 0.10.10+9 | 0.10.10+9 | |
camera_avfoundation |
- | 0.9.22+1 | 0.9.22+1 | |
camera_platform_interface |
- | 2.11.0 | 2.11.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
chopper |
- | 6.1.4 | 8.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
diacritic |
- | 0.1.6 | 0.1.6 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
dynamic_color |
- | 1.8.1 | 1.8.1 | |
equatable |
- | 2.0.7 | 2.0.7 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_fgbg |
- | 0.2.2 | 0.7.1 | |
flutter_local_notifications |
- | 14.1.5 | 19.4.2 | |
flutter_local_notifications_linux |
- | 4.0.1 | 6.0.0 | |
flutter_local_notifications_platform_interface |
- | 7.2.0 | 9.1.0 | |
flutter_parsed_text |
- | 2.2.1 | 2.2.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.31 | 2.0.31 | |
google_api_availability |
- | 5.0.1 | 5.0.1 | |
google_api_availability_android |
- | 1.1.1 | 1.1.1 | |
google_api_availability_platform_interface |
- | 1.0.1 | 1.0.1 | |
gradient_borders |
- | 1.0.2 | 1.0.2 | |
html |
- | 0.15.6 | 0.15.6 | |
image_cropper_for_web |
- | 2.0.0 | 7.0.0 | |
image_cropper_platform_interface |
- | 4.0.0 | 8.0.0 | |
intersperse |
- | 2.0.0 | 2.0.0 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
local_notifier |
- | 0.1.6 | 0.1.6 | |
logger |
- | 2.6.2 | 2.6.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
macos_ui |
- | 2.2.0 | 2.2.0 | |
macos_window_utils |
- | 1.9.0 | 1.9.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
objectid |
- | 2.1.0 | 4.0.1 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_info_plus |
- | 9.0.0 | 9.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
path_provider_android |
- | 2.2.19 | 2.2.19 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
photo_manager |
- | 2.8.2 | 3.7.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
platform_local_notifications |
- | 0.0.4 | 2.1.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
shared_preferences_android |
- | 2.4.15 | 2.4.15 | |
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.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
socket_io_client |
- | 2.0.3+1 | 3.1.2 | |
socket_io_common |
- | 2.0.3 | 3.1.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_common_ffi |
- | 2.3.6 | 2.3.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
sqlite3 |
- | 2.9.2 | 2.9.2 | |
sqlite3_flutter_libs |
- | 0.5.40 | 0.5.40 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.6 | 0.7.7 | |
timezone |
- | 0.9.4 | 0.10.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_html |
- | 2.2.4 | 2.2.4 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
url_launcher_android |
- | 6.3.24 | 6.3.24 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.8.15 | 2.8.15 | |
video_player_avfoundation |
- | 2.8.4 | 2.8.4 | |
video_player_platform_interface |
- | 6.4.0 | 6.4.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
wakelock_plus |
- | 1.4.0 | 1.4.0 | |
wakelock_plus_platform_interface |
- | 1.3.0 | 1.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 17 issues. Showing the first 2:
The constraint `^1.9.0-no-macos.2` on adaptive_dialog does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions adaptive_dialog
to update the constraint.
The constraint `^9.0.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.