video_player_dart_vlc 0.1.6 video_player_dart_vlc: ^0.1.6 copied to clipboard
this package allows video_player to work across platforms excluding macos
We analyzed this package 4 days ago, and awarded it 100 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
30 out of 46 API elements (65.2 %) 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 implementation of 'VideoPlayerPlatform.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
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dart_vlc |
^0.4.0 |
0.4.0 | 0.4.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
stream_transform |
^2.1.0 |
2.1.0 | 2.1.0 |
universal_platform |
^1.0.0+1 |
1.1.0 | 1.1.0 |
video_player_platform_interface |
^6.0.1 |
6.2.3 | 6.2.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
audio_video_progress_bar |
- | 0.11.0 | 2.0.3 |
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
dart_vlc_ffi |
- | 0.2.0+1 | 0.2.0+1 |
ffi |
- | 2.1.3 | 2.1.3 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.