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

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

4
likes
120/ 160
pub points
74%
popularity

We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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, peerdart_exp.AnswerOption.sdpTransform, peerdart_exp.CallOption, peerdart_exp.CallOption.CallOption.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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.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.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:peerdart_exp/peerdart.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.dev/web/wasm for details.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

WARNING: Unused import: 'package:peerdart_exp/src/codec_utils.dart'.

lib/src/negotiator.dart:5:8

  ╷
5 │ import 'package:peerdart_exp/src/codec_utils.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
events_emitter ^0.5.2 0.5.2 0.5.2
flutter_webrtc ^0.11.6+hotfix.1 0.11.7 0.11.7
http ^0.13.5 0.13.6 1.2.2
sdp_transform ^0.3.2 0.3.2 0.3.2
uuid ^3.0.7 3.0.7 4.5.0
web_socket_channel ^2.4.0 2.4.0 3.0.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
crypto - 3.0.5 3.0.5
dart_webrtc - 1.4.9 1.4.9
ffi - 2.1.3 2.1.3
flutter - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.0
js - 0.7.1 0.7.1
logging - 1.2.0 1.2.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.0 1.9.0
path_provider - 2.1.4 2.1.4
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.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.5 3.1.5
platform_detect - 2.1.0 2.1.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.1.4 2.1.4
rxdart - 0.27.7 0.28.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.3.0 1.3.0
synchronized - 3.3.0+2 3.3.0+2
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 1.0.0 1.0.0
webrtc_interface - 1.2.0 1.2.0
xdg_directories - 1.0.4 1.0.4

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.13.5` on http does not support the stable version `1.0.0`.

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

The constraint `^3.0.7` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid 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.12, Dart 3.5.2.

Check the analysis log for details.

4
likes
120
pub points
74%
popularity

Publisher

unverified uploader

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