video_player_dart_vlc 0.1.5
video_player_dart_vlc: ^0.1.5 copied to clipboard
platform interface for video player using dart_vlc
We analyzed this package 23 hours ago, and awarded it 90 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
34 out of 50 API elements (68.0 %) have documentation comments.
Some symbols that are missing documentation: init_video_player_dart_vlc
, init_video_player_dart_vlc_ffi
, init_video_player_dart_vlc_ffi.initVideoPlayerDartVlcIfNeeded
, init_video_player_dart_vlc_web
, init_video_player_dart_vlc_web.initVideoPlayerDartVlcIfNeeded
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `iOS`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `macOS`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `Web`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dart
that declares support for platforms:Windows
,Linux
.
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: Missing concrete implementations of 'abstract class VideoPlayerPlatform extends PlatformInterface.buildViewWithOptions', 'abstract class VideoPlayerPlatform extends PlatformInterface.createWithOptions', and 'abstract class VideoPlayerPlatform extends PlatformInterface.setWebOptions'.
lib/video_player_dart_vlc_platform/video_player_dart_vlc_platform_web.dart:6:7
╷
6 │ class VideoPlayerDartVlc implements VideoPlayerPlatform {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/video_player_dart_vlc_platform/video_player_dart_vlc_platform_web.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dart_vlc |
^0.4.0 |
0.4.0 | 0.4.0 | Discontinued |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 | |
universal_platform |
^1.0.0+1 |
1.1.0 | 1.1.0 | |
video_player_platform_interface |
^6.0.1 |
6.4.0 | 6.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
audio_video_progress_bar |
- | 0.11.0 | 2.0.3 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dart_vlc_ffi |
- | 0.2.0+1 | 0.2.0+1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
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
.
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:
- dart_vlc.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.