v_chat_utils 1.0.1 v_chat_utils: ^1.0.1 copied to clipboard
utils for v chat sdk
We analyzed this package 47 hours ago, and awarded it 130 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 60 to 180 characters to describe the package, what it does, and its target use case.
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.
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_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
.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
2607 out of 8224 API elements (31.7 %) have documentation comments.
Some symbols that are missing documentation: v_chat_utils
, v_chat_utils.AutoDirection
, v_chat_utils.AutoDirection.AutoDirection
, v_chat_utils.AutoDirection.child
, v_chat_utils.AutoDirection.onDirectionChange
.
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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 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: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.
lib/src/widgets/platform_widgets/v_app_alert.dart:21:16
╷
21 │ return WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/platform_widgets/v_app_alert.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
adaptive_dialog |
^1.9.0-no-macos.2 |
1.10.1 | 2.2.1+2 |
cached_network_image |
^3.2.3 |
3.3.1 | 3.4.1 |
chewie |
^1.5.0 |
1.8.5 | 1.8.5 |
collection |
^1.17.1 |
1.18.0 | 1.19.1 |
device_info_plus |
^9.0.2 |
9.1.2 | 11.1.1 |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 |
event_bus_plus |
^0.6.1 |
0.6.2 | 0.6.2 |
file_picker |
^5.3.2 |
5.5.0 | 8.1.4 |
file_saver |
^0.2.4 |
0.2.14 | 0.2.14 |
file_sizes |
^1.0.6 |
1.0.6 | 1.0.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
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 |
http |
^0.13.5 |
0.13.6 | 1.2.2 |
http_parser |
^4.0.2 |
4.0.2 | 4.1.1 |
image |
^4.0.17 |
4.3.0 | 4.3.0 |
image_cropper |
^4.0.1 |
4.0.1 | 8.0.2 |
image_gallery_saver |
^2.0.1 |
2.0.3 | 2.0.3 |
intl |
^0.18.0 |
0.18.1 | 0.20.0 |
latlong2 |
^0.9.0 |
0.9.1 | 0.9.1 |
map_launcher |
^2.5.0+1 |
2.5.0+1 | 3.5.0 |
meta |
^1.9.1 |
1.15.0 | 1.16.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.0 | 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.3.3 | 2.3.3 |
textless |
^6.6.6 |
6.6.6 | 6.6.6 |
timeago |
^3.4.0 |
3.7.0 | 3.7.0 |
url_launcher |
^6.1.11 |
6.3.1 | 6.3.1 |
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.9.2 | 2.9.2 |
video_thumbnail |
^0.5.3 |
0.5.3 | 0.5.3 |
wechat_camera_picker |
^3.8.0 |
3.8.0 | 4.3.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 14 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.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.