c_icare_sipcall 0.0.9
c_icare_sipcall: ^0.0.9 copied to clipboard
A Flutter package for SIP calling using WebRTC and sip_ua.
We analyzed this package 34 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.9").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
17 out of 141 API elements (12.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: c_icare_sipcall
, c_icare_sipcall.Call
, c_icare_sipcall.Call.Call.new
, c_icare_sipcall.Call.answer
, c_icare_sipcall.Call.direction
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:c_icare_sipcall/c_icare_sipcall.dart
that imports:package:c_icare_sipcall/src/cicare_sipcall_core.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:c_icare_sipcall/c_icare_sipcall.dart
that imports:package:c_icare_sipcall/src/cicare_sipcall_core.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:c_icare_sipcall/c_icare_sipcall.dart
that imports:package:sip_ua/sip_ua.dart
that imports:package:sip_ua/src/sip_ua_helper.dart
that imports:package:sip_ua/src/ua.dart
that imports:package:sip_ua/src/transactions/transactions.dart
that imports:package:sip_ua/src/transactions/transaction_base.dart
that imports:package:sip_ua/src/event_manager/event_manager.dart
that imports:package:sip_ua/src/event_manager/options_events.dart
that imports:package:sip_ua/src/options.dart
that imports:package:sip_ua/src/request_sender.dart
that imports:package:sip_ua/src/transactions/non_invite_client.dart
that imports:package:sip_ua/src/event_manager/internal_events.dart
that imports:package:sip_ua/src/rtc_session/info.dart
that imports:package:sip_ua/src/rtc_session.dart
that imports:package:sip_ua/src/rtc_session/dtmf.dart
that imports:package:flutter_webrtc/flutter_webrtc.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:c_icare_sipcall/c_icare_sipcall.dart
that imports:package:sip_ua/sip_ua.dart
that imports:package:sip_ua/src/sip_ua_helper.dart
that imports:package:sip_ua/src/ua.dart
that imports:package:sip_ua/src/transports/websocket_interface.dart
that imports:package:sip_ua/src/transports/websocket_dart_impl.dart
that imports:package:sip_ua/src/logger.dart
that imports:package:sip_ua/src/stack_trace_nj.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Don't invoke 'print' in production code.
lib/src/cicare_sipcall_core.dart:94:7
╷
94 │ print("Permission microphone or camera not granted");
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/cicare_sipcall_core.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_webrtc |
^0.9.45 |
0.9.48+hotfix.1 | 1.2.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
sip_ua |
^0.5.8 |
0.5.8 | 1.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_webrtc |
- | 1.6.0 | 1.6.0 | |
ffi |
- | 2.1.4 | 2.1.4 | |
intl |
- | 0.18.1 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
logger |
- | 1.4.0 | 2.6.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
parser_error |
- | 0.2.0 | 0.2.0 | Discontinued |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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.1.0 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
random_string |
- | 2.3.1 | 2.3.1 | |
recase |
- | 4.1.0 | 4.1.0 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
text |
- | 0.2.0 | 0.2.0 | Discontinued |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webrtc_interface |
- | 1.3.0 | 1.3.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 3 issues. Showing the first 2:
The constraint `^0.9.45` on flutter_webrtc does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions flutter_webrtc
to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.