dart_yumeeting 1.0.19 copy "dart_yumeeting: ^1.0.19" to clipboard
dart_yumeeting: ^1.0.19 copied to clipboard

Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.

0
likes
60/ 140
pub points
0%
popularity

We analyzed this package 3 days ago, and awarded it 60 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: dart_yumeeting,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: dart_yumeeting.

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

98 out of 433 API elements (22.6 %) have documentation comments.

Some symbols that are missing documentation: dart_yumeeting, dart_yumeeting.MediaDevices, dart_yumeeting.MediaDevices.MediaDevices, dart_yumeeting.MediaDevices.getDisplayMedia, dart_yumeeting.MediaDevices.getSources.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:dart_yumeeting/dart_yumeeting.dart that imports:
  • package:dart_yumeeting/src/rtc_video_element.dart that imports:
  • package:dart_yumeeting/src/media_stream_impl.dart that imports:
  • package:dart_yumeeting/src/media_stream_track_impl.dart that imports:
  • dart:js_util
Package not compatible with platform iOS

Because:

  • package:dart_yumeeting/dart_yumeeting.dart that imports:
  • package:dart_yumeeting/src/rtc_video_element.dart that imports:
  • package:dart_yumeeting/src/media_stream_impl.dart that imports:
  • package:dart_yumeeting/src/media_stream_track_impl.dart that imports:
  • dart:js_util
Package not compatible with platform Windows

Because:

  • package:dart_yumeeting/dart_yumeeting.dart that imports:
  • package:dart_yumeeting/src/rtc_video_element.dart that imports:
  • package:dart_yumeeting/src/media_stream_impl.dart that imports:
  • package:dart_yumeeting/src/media_stream_track_impl.dart that imports:
  • dart:js_util
Package not compatible with platform Linux

Because:

  • package:dart_yumeeting/dart_yumeeting.dart that imports:
  • package:dart_yumeeting/src/rtc_video_element.dart that imports:
  • package:dart_yumeeting/src/media_stream_impl.dart that imports:
  • package:dart_yumeeting/src/media_stream_track_impl.dart that imports:
  • dart:js_util
Package not compatible with platform macOS

Because:

  • package:dart_yumeeting/dart_yumeeting.dart that imports:
  • package:dart_yumeeting/src/rtc_video_element.dart that imports:
  • package:dart_yumeeting/src/media_stream_impl.dart that imports:
  • package:dart_yumeeting/src/media_stream_track_impl.dart that imports:
  • dart:js_util
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

ERROR: Missing concrete implementations of 'MediaDevices.getRecorderMedia', 'MediaDevices.getScreenRecorderList', 'MediaDevices.playMediaFile', 'MediaDevices.removeRecorderMediaFile', and 2 more.

lib/src/mediadevices_impl.dart:9:7

  ╷
9 │ class MediaDevicesWeb extends MediaDevices {
  │       ^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:yumeeting_interface/yumeeting_interface.dart' is unnecessary because all of the used elements are also provided by the import of '../dart_yumeeting.dart'.

lib/src/media_devices.dart:1:8

  ╷
1 │ import 'package:yumeeting_interface/yumeeting_interface.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
js ^0.6.4 0.6.7 0.7.1
platform_detect ^2.0.7 2.0.11 2.0.11
yumeeting_interface ^1.0.15 1.0.17 1.0.17
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0
pub_semver - 2.1.4 2.1.4

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

The constraint `^0.6.4` on js does not support the stable version `0.7.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
60
pub points
0%
popularity

Publisher

unverified uploader

Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

js, platform_detect, yumeeting_interface

More

Packages that depend on dart_yumeeting