v_chat_input_ui 2.0.0+4 copy "v_chat_input_ui: ^2.0.0+4" to clipboard
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

4
likes
100/ 160
pub points
46%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

failed
Platform support
20 / 20trigger folding of the section

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.

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

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

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

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
Package Constraint Compatible Latest
animations - 2.0.11 2.0.11
appkit_ui_element_colors - 1.0.0 1.0.0
async - 2.11.0 2.12.0
boolean_selector - 2.1.1 2.1.2
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.0 1.3.1
camera - 0.10.6 0.11.0+2
camera_android - 0.10.9+16 0.10.9+16
camera_avfoundation - 0.9.17+5 0.9.17+5
camera_platform_interface - 2.8.0 2.8.0
camera_web - 0.3.5 0.3.5
characters - 1.3.0 1.3.1
charcode - 1.4.0 1.4.0
clock - 1.1.1 1.1.2
collection - 1.18.0 1.19.1
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
dynamic_color - 1.7.0 1.7.0
equatable - 2.0.7 2.0.7
fake_async - 1.3.1 1.3.2
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
file_sizes - 1.0.6 1.0.6
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
geolocator - 12.0.0 13.0.2
geolocator_android - 4.6.1 4.6.1
geolocator_apple - 2.3.8+1 2.3.8+1
geolocator_platform_interface - 4.2.4 4.2.4
geolocator_web - 4.0.0 4.1.1
geolocator_windows - 0.2.3 0.2.3
google_maps - 8.1.1 8.1.1
google_maps_flutter_android - 2.14.11 2.14.11
google_maps_flutter_ios - 2.13.2 2.13.2
google_maps_flutter_platform_interface - 2.9.5 2.9.5
google_maps_flutter_web - 0.5.10 0.5.10
gradient_borders - 1.0.1 1.0.1
html - 0.15.5 0.15.5
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
image_cropper_for_web - 3.0.0 6.0.2
image_cropper_platform_interface - 5.0.0 7.0.0
intersperse - 2.0.0 2.0.0
js - 0.6.7 0.7.1
leak_tracker - 10.0.5 10.0.8
leak_tracker_flutter_testing - 3.0.5 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
logging - 1.3.0 1.3.0
macos_ui - 2.0.9 2.0.9
macos_window_utils - 1.6.1 1.6.1
matcher - 0.12.16+1 0.12.17
material_color_utilities - 0.11.1 0.12.0
mime - 2.0.0 2.0.0
mime_type - 1.0.1 1.0.1
octo_image - 2.1.0 2.1.0
path - 1.9.0 1.9.1
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.3.0 2.3.0
permission_handler_android - 12.0.13 12.0.13
permission_handler_apple - 9.4.5 9.4.5
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.2.3 4.2.3
permission_handler_windows - 0.2.1 0.2.1
photo_manager - 3.6.3 3.6.3
photo_manager_image_provider - 2.2.0 2.2.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
record_linux - 0.4.1 0.7.2
record_macos - 0.2.2 0.2.2
record_platform_interface - 0.5.0 1.2.0
record_web - 0.5.0 1.1.4
record_windows - 0.7.1 1.0.4
rxdart - 0.28.0 0.28.0
sanitize_html - 2.1.0 2.1.0
sensors_plus - 5.0.1 6.1.0
sensors_plus_platform_interface - 1.2.0 2.0.0
shared_preferences - 2.3.3 2.3.3
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
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.4.1 2.4.1
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+6 2.5.4+6
sqflite_darwin - 2.4.1 2.4.1
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.11.1 1.12.0
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.4.0
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.3
typed_data - 1.4.0 1.4.0
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4
video_player - 2.9.2 2.9.2
video_player_android - 2.7.16 2.7.16
video_player_avfoundation - 2.6.3 2.6.3
video_player_platform_interface - 6.2.3 6.2.3
video_player_web - 2.3.3 2.3.3
vm_service - 14.2.5 14.3.1
web - 0.5.1 1.1.0
wechat_picker_library - 1.0.5 1.0.5
win32 - 5.8.0 5.8.0
xdg_directories - 1.1.0 1.1.0

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.