sip_ua 1.0.1 copy "sip_ua: ^1.0.1" to clipboard
sip_ua: ^1.0.1 copied to clipboard

A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.

80/ 160
pub points
2.09k
downloads

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

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

53 out of 241 API elements (22.0 %) 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.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.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 1261 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'dart:js_util'.

lib/src/transports/websocket_web_impl.dart:2:8

  ╷
2 │ import 'dart:js_util' as JSUtils;
  │        ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/transports/websocket_web_impl.dart

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

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

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

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
flutter_webrtc ^0.12.4 0.12.12+hotfix.1 1.3.0
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
recase ^4.1.0 4.1.0 4.1.0
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
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
dart_webrtc - 1.7.0 1.7.0
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
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.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.2.5 9.2.5
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
webrtc_interface - 1.4.0 1.4.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

The constraint `^0.12.4` on flutter_webrtc does not support the stable version `0.13.0`.

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

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • URI_DOES_NOT_EXIST - lib/src/transports/websocket_web_impl.dart:2:8 - Target of URI doesn't exist: 'dart:js_util'.

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.23.8, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
131
likes
80
points
2.09k
downloads

Publisher

verified publisherflutter-webrtc.org

Weekly Downloads

A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, crypto, flutter_webrtc, intl, logger, path, random_string, recase, sdp_transform, text, uuid

More

Packages that depend on sip_ua