pure_dart_webrtc 1.0.0 copy "pure_dart_webrtc: ^1.0.0" to clipboard
pure_dart_webrtc: ^1.0.0 copied to clipboard

A pure Dart implementation of WebRTC, including support for ICE, STUN, TURN, DTLS, TLS, SRTP, RTP, RTCP, and SDP.

40/ 160
pub points
10
downloads

We analyzed this package 1 hour ago, and awarded it 40 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: GPL-3.0.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting pure_dart_webrtc... Discovering libraries... ERR: dartdoc 9.0.4 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/pana_CBMQNJ/lib/src/dtls/cipher'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:209) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:292)

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

ERROR: Target of URI doesn't exist: 'package:dart_webrtc/src/dtls/dtls_message.dart'.

bin/dart_webrtc.dart:3:8

  ╷
3 │ import 'package:dart_webrtc/src/dtls/dtls_message.dart' as dtls;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dart_webrtc.dart

ERROR: Target of URI doesn't exist: 'package:dart_webrtc/src/dtls3/handshaker/server/server.dart'.

bin/dart_webrtc.dart:4:8

  ╷
4 │ import 'package:dart_webrtc/src/dtls3/handshaker/server/server.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dart_webrtc.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
asn1lib ^1.5.9 1.6.5 1.6.5
basic_utils ^5.7.0 5.7.0 5.8.2
bits ^1.4.0 1.4.0 1.4.0
collection ^1.19.1 1.19.1 1.19.1
convert ^3.1.2 3.1.2 3.1.2
crypto ^3.0.6 3.0.7 3.0.7
cryptography ^2.7.0 2.9.0 2.9.0
dotenv ^4.2.0 4.2.0 4.2.0
dtls2 ^0.18.1 0.18.1 0.18.1
ecdsa ^0.1.2 0.1.2 0.1.2
elliptic ^0.3.11 0.3.12 0.3.12
events_emitter ^0.5.2 0.5.2 0.6.0
ffi ^2.1.4 2.2.0 2.2.0
fixnum ^1.1.1 1.1.1 1.1.1
hex ^0.2.0 0.2.0 0.2.0
intl ^0.20.2 0.20.2 0.20.2
opus_dart ^3.0.1 3.0.1 3.0.1
pointycastle ^3.9.1 3.9.1 4.0.0
sdp_transform ^0.3.2 0.3.2 0.3.2
shelf ^1.4.2 1.4.2 1.4.2
shelf_web_socket ^3.0.0 3.0.0 3.0.0
uuid ^4.5.1 4.5.3 4.5.3
web_socket_channel ^3.0.3 3.0.3 3.0.3
x25519 ^0.1.1 0.1.1 0.1.1
x509b ^0.2.5 0.2.5 0.2.5
Transitive dependencies
Package Constraint Compatible Latest Notes
adaptive_number - 1.0.0 1.0.0
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
clock - 1.1.2 1.1.2
crypto_keys - 0.3.0+1 0.3.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.11.0 4.11.0
logging - 1.3.0 1.3.0
lzstring - 2.0.0+2 2.0.0+2
matcher - 0.12.19 0.12.19
meta - 1.18.2 1.18.2
ninja_asn1 - 2.0.0 2.0.0
path - 1.9.1 1.9.1
posix - 6.5.0 6.5.0
quiver - 3.2.2 3.2.2
rxdart - 0.27.7 0.28.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.11 0.7.11
threshold - 1.0.6 1.0.6
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
web_ffi - 0.7.2 0.7.2
web_socket - 1.0.1 1.0.1

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

The constraint `^0.5.2` on events_emitter does not support the stable version `0.6.0`.

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

The constraint `^3.9.1` on pointycastle does not support the stable version `4.0.0`.

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

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 2645 errors:

  • URI_DOES_NOT_EXIST - bin/dart_webrtc.dart:3:8 - Target of URI doesn't exist: 'package:dart_webrtc/src/dtls/dtls_message.dart'.
  • URI_DOES_NOT_EXIST - bin/dart_webrtc.dart:4:8 - Target of URI doesn't exist: 'package:dart_webrtc/src/dtls3/handshaker/server/server.dart'.
  • URI_DOES_NOT_EXIST - bin/dart_webrtc.dart:5:8 - Target of URI doesn't exist: 'package:dart_webrtc/src/stun3/stun_server8.dart'.

Run dart pub downgrade and then dart 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.12, Dart 3.11.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
40
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A pure Dart implementation of WebRTC, including support for ICE, STUN, TURN, DTLS, TLS, SRTP, RTP, RTCP, and SDP.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

asn1lib, basic_utils, bits, collection, convert, crypto, cryptography, dotenv, dtls2, ecdsa, elliptic, events_emitter, ffi, fixnum, hex, intl, opus_dart, pointycastle, sdp_transform, shelf, shelf_web_socket, uuid, web_socket_channel, x25519, x509b

More

Packages that depend on pure_dart_webrtc