dart_yumeeting 1.0.21+android
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.
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):
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.
- contains
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
.
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
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.
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.