twilio_programmable_video_web 1.1.0 copy "twilio_programmable_video_web: ^1.1.0" to clipboard
twilio_programmable_video_web: ^1.1.0 copied to clipboard

A web implementation of the Twilio Programmable Video Plugin.

1
likes
70/ 160
pub points
5.35k
downloads

We analyzed this package 18 hours ago, and awarded it 70 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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.

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 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

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 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) {
   │        ^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

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) {
   │        ^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/programmable_video_web.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
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.2.0 2.2.0
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.2
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.

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 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.18, Flutter 3.27.4, Dart 3.6.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
May 13Jun 10Jul 8Aug 5Sep 2Sep 30Oct 28Nov 25Dec 23Jan 2005001k1.5k2k2.5k>=1.0.0-0 <2.0.0