twilio_programmable_video_web 1.1.0 twilio_programmable_video_web: ^1.1.0 copied to clipboard
A web implementation of the Twilio Programmable Video Plugin.
We analyzed this package 3 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: twilio_programmable_video_web
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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
33 out of 37 API elements (89.2 %) have documentation comments.
Some symbols that are missing documentation: twilio_programmable_video_web.ProgrammableVideoPlugin
, twilio_programmable_video_web.ProgrammableVideoPlugin.ProgrammableVideoPlugin
, twilio_programmable_video_web.ProgrammableVideoPlugin.debug
, twilio_programmable_video_web.ProgrammableVideoPlugin.registerWith
.
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 does not support platform `Android`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that declares support for platforms:Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dart
that imports:package:twilio_programmable_video_web/src/programmable_video_web.dart
that imports:package:twilio_programmable_video_platform_interface/twilio_programmable_video_platform_interface.dart
that imports:package:twilio_programmable_video_platform_interface/src/camera_source.dart
that imports:package:twilio_programmable_video_platform_interface/src/programmable_video_platform_interface.dart
that imports:package:twilio_programmable_video_platform_interface/src/method_channel_programmable_video.dart
that imports:dart:io
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 10 issues. Showing the first 2:
ERROR: The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.
lib/src/programmable_video_web.dart:53:8
╷
53 │ ui.platformViewRegistry.registerViewFactory('local-video-track-html', (int viewId) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/programmable_video_web.dart
ERROR: The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.
lib/src/programmable_video_web.dart:67:8
╷
67 │ ui.platformViewRegistry.registerViewFactory('remote-video-track-#$remoteVideoTrackSid-html', (int viewId) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/programmable_video_web.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.15.0 |
1.19.0 | 1.19.1 |
dartlin |
^0.6.1 |
0.6.3 | 0.6.3 |
enum_to_string |
^2.0.1 |
2.0.1 | 2.0.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
js |
^0.6.3 |
0.6.7 | 0.7.1 |
twilio_programmable_video_platform_interface |
^1.1.0 |
1.1.0 | 1.1.0 |
version |
^2.0.0 |
2.0.3 | 3.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
equatable |
- | 2.0.7 | 2.0.7 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 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.3` on js does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions js
to update the constraint.
The constraint `^2.0.0` on version does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions version
to update the constraint.
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 2 errors:
UNDEFINED_PREFIXED_NAME
-lib/src/programmable_video_web.dart:53:8
- The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.UNDEFINED_PREFIXED_NAME
-lib/src/programmable_video_web.dart:67:8
- The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.
Run flutter pub downgrade
and then flutter 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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.