dodude_video_player 2.11.2
dodude_video_player: ^2.11.2 copied to clipboard
A custom Flutter plugin for displaying inline video on Android, iOS, macOS and web. Fork of the official video_player package with feed-tuned buffering on Android (ExoPlayer) and iOS/macOS (AVPlayer).
We analyzed this package 31 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Repository URL doesn't exist.
At the time of the analysis https://bitbucket.org/dodude/dodude_video_player was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
143 out of 145 API elements (98.6 %) have documentation comments.
Some symbols that are missing documentation: dodude_video_player, dodude_video_player.ClosedCaptionFile.ClosedCaptionFile.new.
10/10 points: Package has an example
10/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:dodude_video_player/dodude_video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:dodude_video_player/dodude_video_player.dartthat declares support for platforms:Android,iOS,macOS,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:dodude_video_player/dodude_video_player.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:dodude_video_player/dodude_video_player.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on macOS
The default package dodude_video_player_avfoundation does not contain darwin/dodude_video_player_avfoundation/Package.swift.
Package does not support the Swift Package Manager on iOS
The default package dodude_video_player_avfoundation does not contain darwin/dodude_video_player_avfoundation/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle.kts`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dodude_video_player_android |
^2.9.5 |
2.9.5 | 2.9.5 | |
dodude_video_player_avfoundation |
^2.9.8 |
2.9.8 | 2.9.8 | |
html |
^0.15.0 |
0.15.6 | 0.15.6 | |
video_player_platform_interface |
^6.6.0 |
6.9.0 | 6.9.0 | |
video_player_web |
^2.1.0 |
2.4.0 | 2.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.4.1 | |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.