dart_yumeeting 1.0.21+android copy "dart_yumeeting: ^1.0.21+android" to clipboard
dart_yumeeting: ^1.0.21+android 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/ 160
pub points
95
downloads

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

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

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

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

98 out of 428 API elements (22.9 %) have documentation comments.

Some symbols that are missing documentation: dart_yumeeting, dart_yumeeting.AudioOutputOptions.AudioOutputOptions.new, dart_yumeeting.MediaDeviceInfo.MediaDeviceInfo.new, dart_yumeeting.MediaDevices, dart_yumeeting.MediaDevices.MediaDevices.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 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 check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

ERROR: Missing concrete implementations of 'abstract class MediaDevices.getRecorderMedia', 'abstract class MediaDevices.getScreenRecorderList', 'abstract class MediaDevices.playMediaFile', 'abstract class 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: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/src/factory_impl.dart:3:1

  ╷
3 │ import 'dart:html' as html;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/factory_impl.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
js ^0.6.4 0.6.7 0.7.2 Discontinued
platform_detect ^2.0.7 2.1.5 2.1.5
yumeeting_interface 1.0.19+android 1.0.19+android 1.0.19+android
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
meta - 1.17.0 1.17.0
pub_semver - 2.2.0 2.2.0

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.

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:

  • js.

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:

  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/src/mediadevices_impl.dart:9:7 - Missing concrete implementations of 'abstract class MediaDevices.getRecorderMedia', 'abstract class MediaDevices.getScreenRecorderList', 'abstract class MediaDevices.playMediaFile', 'abstract class MediaDevices.removeRecorderMediaFile', and 2 more.

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.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
60
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

js, platform_detect, yumeeting_interface

More

Packages that depend on dart_yumeeting