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 5 days ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.new, 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.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:twilio_programmable_video_web/twilio_programmable_video_web.dartthat 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.dartthat imports:package:twilio_programmable_video_web/src/programmable_video_web.dartthat imports:package:twilio_programmable_video_platform_interface/twilio_programmable_video_platform_interface.dartthat imports:package:twilio_programmable_video_platform_interface/src/camera_source.dartthat imports:package:twilio_programmable_video_platform_interface/src/programmable_video_platform_interface.dartthat imports:package:twilio_programmable_video_platform_interface/src/method_channel_programmable_video.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
ERROR: The function 'promiseToFuture' isn't defined.
lib/src/interop/connect.dart:95:29
╷
95 │ final jsTrack = await promiseToFuture<LocalAudioTrack>(createLocalAudioTrack(options));
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/interop/connect.dart
ERROR: The function 'promiseToFuture' isn't defined.
lib/src/interop/connect.dart:104:29
╷
104 │ final jsTrack = await promiseToFuture(createLocalVideoTrack(options));
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/interop/connect.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
dartlin |
^0.6.1 |
0.6.3 | 0.6.3 | |
enum_to_string |
^2.0.1 |
2.2.1 | 2.2.1 | |
js |
^0.6.3 |
0.6.7 | 0.7.2 | Discontinued |
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 | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
equatable |
- | 2.0.7 | 2.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
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 11 errors:
UNDEFINED_FUNCTION-lib/src/interop/connect.dart:95:29- The function 'promiseToFuture' isn't defined.UNDEFINED_FUNCTION-lib/src/interop/connect.dart:104:29- The function 'promiseToFuture' isn't defined.UNDEFINED_FUNCTION-lib/src/interop/connect.dart:117:22- The function 'promiseToFuture' isn't defined.
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.23.3, Flutter 3.38.2, Dart 3.10.0.
Check the analysis log for details.