sip_ua 1.1.0
sip_ua: ^1.1.0 copied to clipboard
A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
We analyzed this package 21 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
61 out of 246 API elements (24.8 %) have documentation comments.
Some symbols that are missing documentation: sip_ua, sip_ua.Call, sip_ua.Call.Call.new, sip_ua.Call.answer, sip_ua.Call.direction.
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
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:sip_ua/sip_ua.dartthat imports:package:sip_ua/src/sip_ua_helper.dartthat imports:package:sip_ua/src/ua.dartthat imports:package:sip_ua/src/transactions/transactions.dartthat imports:package:sip_ua/src/transactions/transaction_base.dartthat imports:package:sip_ua/src/event_manager/event_manager.dartthat imports:package:sip_ua/src/event_manager/options_events.dartthat imports:package:sip_ua/src/options.dartthat imports:package:sip_ua/src/request_sender.dartthat imports:package:sip_ua/src/transactions/non_invite_client.dartthat imports:package:sip_ua/src/event_manager/internal_events.dartthat imports:package:sip_ua/src/rtc_session/info.dartthat imports:package:sip_ua/src/rtc_session.dartthat imports:package:sip_ua/src/rtc_session/dtmf.dartthat imports:package:flutter_webrtc/flutter_webrtc.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 1449 issues. Showing the first 2:
WARNING: The value of the local variable '$1' isn't used.
lib/src/grammar_parser.dart:3142:19
╷
3142 │ final $1 = seq[0];
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/grammar_parser.dart
WARNING: The value of the local variable '$2' isn't used.
lib/src/grammar_parser.dart:3143:19
╷
3143 │ final $2 = seq[1];
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/grammar_parser.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.0.0 |
9.2.0 | 9.2.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_webrtc |
^1.2.0 |
1.2.1 | 1.2.1 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
logger |
^2.0.2+1 |
2.6.2 | 2.6.2 | |
path |
^1.6.4 |
1.9.1 | 1.9.1 | |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
sdp_transform |
^0.3.2 |
0.3.2 | 0.3.2 | |
text |
^0.2.0 |
0.2.0 | 0.2.0 | Discontinued |
uuid |
^4.2.1 |
4.5.2 | 4.5.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
dart_webrtc |
- | 1.6.0 | 1.6.0 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
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.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- text.
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.23.3, Dart 3.10.4.
Check the analysis log for details.