peerdart_exp 2.0.0 copy "peerdart_exp: ^2.0.0" to clipboard
peerdart_exp: ^2.0.0 copied to clipboard

Simple peer-to-peer with WebRTC for Dart. PeerJS port for Flutter.

130/ 160
pub points
58
downloads

We analyzed this package 46 hours ago, and awarded it 130 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.

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

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

36 out of 141 API elements (25.5 %) have documentation comments.

Some symbols that are missing documentation: peerdart_exp.AnswerOption, peerdart_exp.AnswerOption.AnswerOption.new, peerdart_exp.AnswerOption.sdpTransform, peerdart_exp.CallOption, peerdart_exp.CallOption.CallOption.new.

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
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:peerdart_exp/peerdart_exp.dart that imports:
  • package:peerdart_exp/src/mediaconnection.dart that imports:
  • package:peerdart_exp/src/negotiator.dart that imports:
  • package:peerdart_exp/src/option_interfaces.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:peerdart_exp/peerdart_exp.dart that imports:
  • package:peerdart_exp/src/mediaconnection.dart that imports:
  • package:peerdart_exp/src/negotiator.dart that imports:
  • package:peerdart_exp/src/option_interfaces.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that imports:
  • package:flutter_webrtc/src/native/rtc_video_platform_view.dart that imports:
  • package:flutter_webrtc/src/native/rtc_video_platform_view_controller.dart that imports:
  • package:flutter_webrtc/src/native/utils.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

INFO: The variable name 'orign_payload' isn't a lowerCamelCase identifier.

lib/src/codec_utils.dart:48:11

   ╷
48 │       var orign_payload = element['orign_payload'] as int;
   │           ^^^^^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/src/logger.dart:22:3

   ╷
22 │   log(dynamic message) {
   │   ^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
events_emitter ^0.6.0 0.6.0 0.6.0
flutter_webrtc ^0.12.11 0.12.12+hotfix.1 1.2.0
http ^1.1.0 1.5.0 1.5.0
sdp_transform ^0.3.2 0.3.2 0.3.2
uuid ^4.5.1 4.5.1 4.5.1
web_socket_channel ^3.0.2 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
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
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.19 2.2.19
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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
stream_channel - 2.1.4 2.1.4
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
web_socket - 1.0.1 1.0.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.

The constraint `^0.12.11` 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.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
130
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Simple peer-to-peer with WebRTC for Dart. PeerJS port for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

events_emitter, flutter_webrtc, http, sdp_transform, uuid, web_socket_channel

More

Packages that depend on peerdart_exp