chat_call_core 2.0.0+19 chat_call_core: ^2.0.0+19 copied to clipboard
Chat Call Core ADVN
We analyzed this package 7 hours ago, and awarded it 50 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.
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.
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.
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.
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
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
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.