v_chat_input_ui 2.0.0+4 v_chat_input_ui: ^2.0.0+4 copied to clipboard
v chat text input ui and recorder this item is part of v_chat_sdk and it can be used as a standalone package
We analyzed this package 43 hours ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/v-chat-sdk/v_chat_input_ui/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
23 out of 57 API elements (40.4 %) have documentation comments.
Some symbols that are missing documentation: v_chat_input_ui
, v_chat_input_ui.AttachEnumRes
, v_chat_input_ui.MentionModel
, v_chat_input_ui.MentionModel.MentionModel
, v_chat_input_ui.MentionModel.MentionModel.fromMap
.
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_input_ui/v_chat_input_ui.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_input_ui/v_chat_input_ui.dart
that imports:package:v_chat_input_ui/src/input/message_input_widget.dart
that imports:package:v_chat_input_ui/src/v_widgets/v_app_alert.dart
that imports:package:adaptive_dialog/adaptive_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/show_text_input_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/macos_text_input_dialog.dart
that imports:package:macos_ui/macos_ui.dart
that declares support for platforms:macOS
.
Package does not support platform `iOS`.
Because:
package:v_chat_input_ui/v_chat_input_ui.dart
that imports:package:v_chat_input_ui/src/input/message_input_widget.dart
that imports:package:v_chat_input_ui/src/v_widgets/v_app_alert.dart
that imports:package:adaptive_dialog/adaptive_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/show_text_input_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/macos_text_input_dialog.dart
that imports:package:macos_ui/macos_ui.dart
that declares support for platforms:macOS
.
Package does not support platform `Windows`.
Because:
package:v_chat_input_ui/v_chat_input_ui.dart
that imports:package:v_chat_input_ui/src/input/message_input_widget.dart
that imports:package:v_chat_input_ui/src/v_widgets/v_circle_avatar.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_input_ui/v_chat_input_ui.dart
that imports:package:v_chat_input_ui/src/input/message_input_widget.dart
that imports:package:v_chat_input_ui/src/v_widgets/app_pick.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker_viewer.dart
that imports:package:wechat_camera_picker/src/states/camera_picker_viewer_state.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker.dart
that imports:package:wechat_camera_picker/src/states/camera_picker_state.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_input_ui/v_chat_input_ui.dart
that imports:package:v_chat_input_ui/src/input/message_input_widget.dart
that imports:package:v_chat_input_ui/src/v_widgets/v_circle_avatar.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/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
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 7 issues. Showing the first 2:
ERROR: The named parameter 'networkUrl' is required, but there's no corresponding argument.
lib/src/models/mention_model.dart:18:25
╷
18 │ String get imageS3 => VPlatformFile.fromUrl(url: image).url!;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/mention_model.dart
ERROR: The named parameter 'url' isn't defined.
lib/src/models/mention_model.dart:18:47
╷
18 │ String get imageS3 => VPlatformFile.fromUrl(url: image).url!;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/mention_model.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
adaptive_dialog |
^2.1.0 |
2.2.1+2 | 2.2.1+2 |
audio_waveforms |
^1.0.5 |
1.1.1 | 1.1.1 |
cached_network_image |
^3.3.1 |
3.4.0 | 3.4.1 |
cross_file |
^0.3.4+1 |
0.3.4+2 | 0.3.4+2 |
emoji_picker_flutter |
^2.2.0 |
2.2.0 | 3.1.0 |
file_picker |
^8.0.3 |
8.0.7 | 8.1.4 |
flutter |
flutter |
0.0.0 | 0.0.0 |
google_maps_flutter |
^2.6.1 |
2.10.0 | 2.10.0 |
image_cropper |
^5.0.1 |
5.0.1 | 8.0.2 |
intl |
^0.19.0 |
0.19.0 | 0.20.0 |
meta |
^1.12.0 |
1.15.0 | 1.16.0 |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
phosphor_flutter |
^1.4.0 |
1.4.0 | 2.1.0 |
place_picker_v2 |
^0.0.2 |
0.0.2 | 0.0.2 |
record |
^4.4.4 |
4.4.4 | 5.2.0 |
stop_watch_timer |
^3.1.1 |
3.2.1 | 3.2.1 |
uuid |
^4.4.0 |
4.5.1 | 4.5.1 |
v_chat_mention_controller |
^1.0.0 |
1.0.0 | 1.0.0 |
v_platform |
^2.0.0 |
2.1.4 | 2.1.4 |
wechat_camera_picker |
^4.2.2 |
4.3.4 | 4.3.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^2.2.0` on emoji_picker_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter
to update the constraint.
The constraint `^5.0.1` on image_cropper does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions image_cropper
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.