flutterpi_gstreamer_video_player 0.1.1+1
flutterpi_gstreamer_video_player: ^0.1.1+1 copied to clipboard
video_player platform implementation for flutter-pi.
We analyzed this package 2 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
39 out of 53 API elements (73.6 %) have documentation comments.
Some symbols that are missing documentation: flutterpi_gstreamer_video_player
, flutterpi_gstreamer_video_player.FlutterpiVideoPlayer
, flutterpi_gstreamer_video_player.FlutterpiVideoPlayer.FlutterpiVideoPlayer.new
, flutterpi_gstreamer_video_player.FlutterpiVideoPlayer.channel
, flutterpi_gstreamer_video_player.FlutterpiVideoPlayer.pipelineUrlCodec
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
Package does not support platform `iOS`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
Package does not support platform `Windows`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
Package does not support platform `Linux`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
Package does not support platform `macOS`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
Package does not support platform `Web`.
Because:
package:flutterpi_gstreamer_video_player/flutterpi_gstreamer_video_player.dart
that declares support for platforms: .
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
ERROR: Undefined name 'textureId'.
lib/src/controller.dart:33:33
╷
33 │ await _platform.stepForward(textureId);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controller.dart
ERROR: Undefined name 'textureId'.
lib/src/controller.dart:50:34
╷
50 │ await _platform.stepBackward(textureId);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controller.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
video_player |
^2.4.10 |
2.10.0 | 2.10.0 | |
video_player_platform_interface |
>=5.1.1 <7.0.0 |
6.4.0 | 6.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
html |
- | 0.15.6 | 0.15.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
video_player_android |
- | 2.8.7 | 2.8.7 | |
video_player_avfoundation |
- | 2.7.2 | 2.7.2 | |
video_player_web |
- | 2.3.5 | 2.3.5 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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 6 errors:
SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_POSITIONAL
-lib/src/controller.dart:62:11
- No associated positional super constructor parameter.SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED
-lib/src/controller.dart:63:11
- No associated named super constructor parameter.SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED
-lib/src/controller.dart:64:11
- No associated named super constructor parameter.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.