chat_call_core 2.0.0+19 copy "chat_call_core: ^2.0.0+19" to clipboard
chat_call_core: ^2.0.0+19 copied to clipboard

Chat Call Core ADVN

0
likes
50/ 160
pub points
205
downloads

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

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

948 out of 2461 API elements (38.5 %) have documentation comments.

Some symbols that are missing documentation: account_model, account_model.AccountModel, account_model.AccountModel.AccountModel, account_model.AccountModel.AccountModel.fromJson, account_model.AccountModel.avatar.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:chat_call_core/presentation/call/call_option.dart that imports:
  • package:livekit_client/livekit_client.dart that imports:
  • package:livekit_client/src/widgets/video_track_renderer.dart that imports:
  • package:livekit_client/src/types/other.dart that imports:
  • package:livekit_client/src/participant/participant.dart that imports:
  • package:livekit_client/src/utils.dart that imports:
  • package:livekit_client/src/track/local/video.dart that imports:
  • package:livekit_client/src/track/local/local.dart that imports:
  • package:livekit_client/src/track/local/audio.dart that imports:
  • package:livekit_client/src/track/audio_management.dart that imports:
  • package:livekit_client/src/track/remote/remote.dart that imports:
  • package:livekit_client/src/track/track.dart that imports:
  • package:livekit_client/src/support/disposable.dart that imports:
  • package:livekit_client/src/extensions.dart that imports:
  • package:livekit_client/src/options.dart that imports:
  • package:livekit_client/src/publication/remote.dart that imports:
  • package:livekit_client/src/publication/track_publication.dart that imports:
  • package:livekit_client/src/internal/events.dart that imports:
  • package:livekit_client/src/events.dart that imports:
  • package:livekit_client/src/publication/local.dart that imports:
  • package:livekit_client/src/participant/local.dart that imports:
  • package:livekit_client/src/core/signal_client.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:chat_call_core/call_core.dart that imports:
  • package:flutter_callkit_incoming/flutter_callkit_incoming.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:chat_call_core/call_core.dart that imports:
  • package:flutter_callkit_incoming/flutter_callkit_incoming.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:chat_call_core/call_core.dart that imports:
  • package:flutter_callkit_incoming/flutter_callkit_incoming.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:chat_call_core/call_core.dart that imports:
  • package:flutter_callkit_incoming/flutter_callkit_incoming.dart that declares support for platforms: Android, iOS.

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:chat_call_core/presentation/call/call_option.dart that imports:
  • package:livekit_client/livekit_client.dart that imports:
  • package:livekit_client/src/widgets/video_track_renderer.dart that imports:
  • package:livekit_client/src/types/other.dart that imports:
  • package:livekit_client/src/participant/participant.dart that imports:
  • package:livekit_client/src/utils.dart that imports:
  • package:livekit_client/src/track/local/video.dart that imports:
  • package:livekit_client/src/track/local/local.dart that imports:
  • package:livekit_client/src/track/local/audio.dart that imports:
  • package:livekit_client/src/track/audio_management.dart that imports:
  • package:livekit_client/src/track/remote/remote.dart that imports:
  • package:livekit_client/src/track/track.dart that imports:
  • package:livekit_client/src/support/disposable.dart that imports:
  • package:livekit_client/src/extensions.dart that imports:
  • package:livekit_client/src/options.dart that imports:
  • package:livekit_client/src/publication/remote.dart that imports:
  • package:livekit_client/src/publication/track_publication.dart that imports:
  • package:livekit_client/src/internal/events.dart that imports:
  • package:livekit_client/src/events.dart that imports:
  • package:livekit_client/src/publication/local.dart that imports:
  • package:livekit_client/src/participant/local.dart that imports:
  • package:livekit_client/src/core/signal_client.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

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 223 issues. Showing the first 2:

ERROR: Undefined class 'UserModel'.

lib/core/models/account_model/user_model.freezed.dart:17:1

   ╷
17 │ UserModel _$UserModelFromJson(Map<String, dynamic> json) {
   │ ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/models/account_model/user_model.freezed.dart

ERROR: Undefined name 'JsonKey' used as an annotation.

lib/core/models/account_model/user_model.freezed.dart:33:3

   ╷
33 │   @JsonKey(name: 'created_at')
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/models/account_model/user_model.freezed.dart

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

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
animated_text_kit ^4.2.1 4.2.2 4.2.2
bloc ^8.1.0 8.1.4 8.1.4
cached_network_image ^3.2.0 3.4.1 3.4.1
caching 0.0.4+5 0.0.4+5 0.0.4+5
circular_countdown_timer ^0.2.0 0.2.4 0.2.4
collection ^1.16.0 1.19.0 1.19.1
device_info ^2.0.3 2.0.3 2.0.3
device_info_plus ^10.1.2 10.1.2 11.2.0
diffutil_dart ^4.0.1 4.0.1 4.0.1
dio 5.7.0 5.7.0 5.7.0
dropdown_button2 ^2.3.6 2.3.9 2.3.9
easy_localization ^3.0.7 3.0.7 3.0.7
equatable ^2.0.3 2.0.7 2.0.7
eraser ^3.0.0 3.0.0 3.0.0
eva_icons_flutter ^3.1.0 3.1.0 3.1.0
file_picker ^8.0.7 8.1.7 8.1.7
firebase_messaging ^15.1.0 15.1.6 15.1.6
floating ^4.0.1 4.0.1 5.0.1
flutter flutter 0.0.0 0.0.0
flutter_background ^1.3.0+1 1.3.0+1 1.3.0+1
flutter_bloc ^8.0.1 8.1.6 8.1.6
flutter_bounceable ^1.1.0 1.1.0 1.1.0
flutter_callkit_incoming ^2.0.4+2 2.0.4+2 2.0.4+2
flutter_linkify ^6.0.0 6.0.0 6.0.0
flutter_local_notifications ^17.2.3 17.2.4 18.0.1
flutter_parsed_text ^2.2.1 2.2.1 2.2.1
flutter_rating_bar ^4.0.1 4.0.1 4.0.1
flutter_slidable ^3.1.1 3.1.2 3.1.2
flutter_spinkit ^5.1.0 5.2.1 5.2.1
flutter_svg ^2.0.10+1 2.0.16 2.0.16
flutter_webrtc ^0.11.7 0.11.7 0.12.5+hotfix.2
flutter_window_close ^1.0.0 1.2.0 1.2.0
fluttertoast ^8.2.2 8.2.10 8.2.10
freezed ^2.0.3+1 2.5.7 2.5.7
freezed_annotation ^2.0.3 2.4.4 2.4.4
get_it ^8.0.0 8.0.3 8.0.3
google_fonts ^6.2.1 6.2.1 6.2.1
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
html ^0.15.0 0.15.5 0.15.5
http ^1.2.2 1.2.2 1.2.2
image_gallery_saver ^2.0.3 2.0.3 2.0.3
image_picker ^1.1.2 1.1.2 1.1.2
infinite_scroll_pagination ^4.0.0 4.1.0 4.1.0
injectable ^2.4.4 2.5.0 2.5.0
intl ^0.19.0 0.19.0 0.20.1
json_annotation ^4.8.0 4.9.0 4.9.0
json_serializable ^6.2.0 6.9.0 6.9.2
just_the_tooltip ^0.0.11+2 0.0.12 0.0.12
linkify ^5.0.0 5.0.0 5.0.0
livekit_client ^2.2.6 2.2.6 2.3.4+hotfix.2
logger ^2.4.0 2.5.0 2.5.0
logging ^1.0.1 1.3.0 1.3.0
meta 1.15.0 1.15.0 1.16.0
mime ^1.0.2 1.0.6 2.0.0
modal_bottom_sheet ^3.0.0 3.0.0 3.0.0
open_filex ^4.3.2 4.6.0 4.6.0
path ^1.8.0 1.9.0 1.9.1
path_provider ^2.0.11 2.1.5 2.1.5
permission_handler ^11.3.1 11.3.1 11.3.1
photo_view ^0.15.0 0.15.0 0.15.0
pretty_dio_logger ^1.4.0 1.4.0 1.4.0
pull_to_refresh ^2.0.0 2.0.0 2.0.0
retrofit 4.4.1 4.4.1 4.4.2
scroll_to_index ^3.0.1 3.0.1 3.0.1
sentry_flutter ^8.7.0 8.12.0 8.12.0
shared_preferences ^2.0.10 2.3.4 2.3.4
sharing 0.4.0+19 0.4.0+19 1.0.0+2
simple_ripple_animation ^0.0.3 0.0.9 0.1.0
slide_countdown ^1.6.1 1.6.1 2.0.2
socket_io_client ^3.0.0 3.0.2 3.0.2
styled_text ^8.1.0 8.1.0 8.1.0
theming 0.0.2+9 0.0.2+9 0.0.2+9
translator ^1.0.0 1.0.3+1 1.0.3+1
url_launcher ^6.1.10 6.3.1 6.3.1
uuid ^4.4.0 4.5.1 4.5.1
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 76.0.0 78.0.0
_flutterfire_internals - 1.3.48 1.3.48
_macros - 0.3.3 0.3.3
analyzer - 6.11.0 7.1.0
animations - 2.0.11 2.0.11
another_flushbar - 1.12.30 1.12.30
args - 2.6.0 2.6.0
async - 2.11.0 2.12.0
boolean_selector - 2.1.1 2.1.2
build - 2.4.2 2.4.2
build_config - 1.1.2 1.1.2
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.3.0 1.4.0
checked_yaml - 2.0.3 2.0.3
clock - 1.1.1 1.1.2
connectivity_plus - 6.1.1 6.1.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
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
cuid2 - 3.1.0 3.1.0
dart_style - 2.3.7 3.0.1
dart_webrtc - 1.4.10 1.4.10
dbus - 0.7.10 0.7.10
device_info_platform_interface - 2.0.1 2.0.1
device_info_plus_platform_interface - 7.0.2 7.0.2
dio_web_adapter - 2.0.0 2.0.0
easy_logger - 0.0.2 0.0.2
fake_async - 1.3.1 1.3.2
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+2 0.9.4+2
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+3 0.9.3+3
firebase_core - 3.9.0 3.9.0
firebase_core_platform_interface - 5.4.0 5.4.0
firebase_core_web - 2.19.0 2.19.0
firebase_messaging_platform_interface - 4.5.49 4.5.49
firebase_messaging_web - 3.9.5 3.9.5
fixnum - 1.1.1 1.1.1
flutter_app_badger - 1.5.0 1.5.0
flutter_cache_manager - 3.4.1 3.4.1
flutter_keyboard_visibility - 6.0.0 6.0.0
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_local_notifications_linux - 4.0.1 5.0.0
flutter_local_notifications_platform_interface - 7.2.0 8.0.0
flutter_localizations - 0.0.0 0.0.0
flutter_plugin_android_lifecycle - 2.0.24 2.0.24
flutter_pretty_dio_logger - 3.0.0 3.0.0
flutter_screenutil - 5.9.3 5.9.3
flutter_staggered_animations - 1.1.1 1.1.1
flutter_staggered_grid_view - 0.7.0 0.7.0
flutter_styled_toast - 2.2.1 2.2.1
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
glob - 2.1.2 2.1.2
google_identity_services_web - 0.3.3 0.3.3
google_sign_in - 6.2.2 6.2.2
google_sign_in_android - 6.1.34 6.1.34
google_sign_in_ios - 5.7.8 5.7.8
google_sign_in_platform_interface - 2.4.5 2.4.5
google_sign_in_web - 0.12.4+3 0.12.4+3
http_parser - 4.1.1 4.1.1
hyper_lint - 0.0.2 0.0.2
image_picker_android - 0.8.12+19 0.8.12+19
image_picker_for_web - 3.0.6 3.0.6
image_picker_ios - 0.8.12+1 0.8.12+1
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
internet_connection_checker_plus - 2.7.0 2.7.0
js - 0.7.1 0.7.1
leak_tracker - 10.0.7 10.0.8
leak_tracker_flutter_testing - 3.0.8 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
macros - 0.1.3-main.0 0.1.3-main.0
matcher - 0.12.16+1 0.12.17
material_color_utilities - 0.11.1 0.12.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
octo_image - 2.1.0 2.1.0
package_config - 2.1.1 2.1.1
package_info_plus - 8.1.2 8.1.2
package_info_plus_platform_interface - 3.0.2 3.0.2
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
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
petitparser - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
platform_detect - 2.1.0 2.1.5
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
protobuf - 3.1.0 3.1.0
provider - 6.1.2 6.1.2
pub_semver - 2.1.5 2.1.5
pubspec_parse - 1.4.0 1.4.0
pull_to_refresh_flutter3 - 2.0.2 2.0.2
rxdart - 0.28.0 0.28.0
sdp_transform - 0.3.2 0.3.2
sentry - 8.12.0 8.12.0
shared_preferences_android - 2.4.0 2.4.0
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.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
shimmer - 3.0.0 3.0.0
sky_engine - 0.0.0 0.0.0
sliver_tools - 0.2.12 0.2.12
socket_io_common - 3.0.1 3.0.1
source_gen - 1.5.0 2.0.0
source_helper - 1.3.5 1.3.5
source_span - 1.10.0 1.10.1
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_common_ffi - 2.3.4+4 2.3.4+4
sqflite_darwin - 2.4.1 2.4.1
sqflite_platform_interface - 2.4.0 2.4.0
sqlite3 - 2.5.0 2.5.0
stack_trace - 1.12.0 1.12.1
stream_channel - 2.1.2 2.1.3
stream_duration - 4.2.2 4.2.2
string_scanner - 1.3.0 1.4.1
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.2
test_api - 0.7.3 0.7.4
timezone - 0.9.4 0.10.0
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.14 6.3.14
url_launcher_ios - 6.3.2 6.3.2
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
vector_graphics - 1.1.15 1.1.15
vector_graphics_codec - 1.1.12 1.1.12
vector_graphics_compiler - 1.1.16 1.1.16
vector_math - 2.1.4 2.1.4
vm_service - 14.3.0 15.0.0
watcher - 1.1.1 1.1.1
web - 1.1.0 1.1.0
webrtc_interface - 1.2.0 1.2.0
win32 - 5.10.0 5.10.0
win32_registry - 1.1.5 2.0.1
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0
xmlstream - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 11 issues. Showing the first 2:

The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

The constraint `^4.0.1` on floating does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions floating 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 72 errors:

  • UNDEFINED_CLASS - lib/core/models/account_model/user_model.freezed.dart:17:1 - Undefined class 'UserModel'.
  • UNDEFINED_ANNOTATION - lib/core/models/account_model/user_model.freezed.dart:33:3 - Undefined name 'JsonKey' used as an annotation.
  • UNDEFINED_ANNOTATION - lib/core/models/account_model/user_model.freezed.dart:37:3 - Undefined name 'JsonKey' used as an annotation.

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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.