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 27 hours ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: dart_yumeeting.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: dart_yumeeting, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 30 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: '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.6 | 2.1.6 | |
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.18.2 | 1.18.2 | |
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 'MediaDevices.getRecorderMedia', 'MediaDevices.getScreenRecorderList', 'MediaDevices.playMediaFile', '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.23.11, Dart 3.11.2.
Check the analysis log for details.