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 6 days 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
42 out of 58 API elements (72.4 %) 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.dartthat declares support for platforms:Windows,Linux.
Package does not support platform `iOS`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dartthat declares support for platforms:Windows,Linux.
Package does not support platform `macOS`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dartthat declares support for platforms:Windows,Linux.
Package does not support platform `Web`.
Because:
package:video_player_dart_vlc/video_player_dart_vlc.dartthat declares support for platforms:Windows,Linux.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: Missing concrete implementations of 'abstract class VideoPlayerPlatform extends PlatformInterface.buildViewWithOptions', 'abstract class VideoPlayerPlatform extends PlatformInterface.createWithOptions', 'abstract class VideoPlayerPlatform extends PlatformInterface.getAudioTracks', 'abstract class VideoPlayerPlatform extends PlatformInterface.isAudioTrackSupportAvailable', and 3 more.
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
INFO: The parameter name 'textureId' doesn't match the name 'playerId' in the overridden method.
lib/video_player_dart_vlc_platform/video_player_dart_vlc_platform_ffi.dart:29:24
╷
29 │ Widget buildView(int textureId) {
│ ^^^^^^^^^
╵
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_ffi.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.6.0 | 6.6.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.17.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.23.2, Flutter 3.38.1, Dart 3.10.0.
Check the analysis log for details.