flutter_azul_player 1.0.0+1
flutter_azul_player: ^1.0.0+1 copied to clipboard
A cross Platform video player that uses video_player for android and ios and web, media_kit for windows and linux and macos.
We analyzed this package 2 days ago, and awarded it 60 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting flutter_azul_player... Discovering libraries... ERR: dartdoc 9.0.9 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/analyzerXCSEKR/pub-cache/hosted/20260908t121300-dot-dartlang-pub.appspot.com/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:208) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:291)
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 178 issues. Showing the first 2:
ERROR: The name 'VideoTrack' is defined in the libraries 'package:video_player/video_player.dart' and 'package:media_kit/src/models/track.dart'.
lib/azul_video_player.dart:13:8
╷
13 │ export 'package:video_player_media_kit/video_player_media_kit.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/azul_video_player.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/bar.dart:36:53
╷
36 │ secondBackground = buffered ?? Colors.white.withOpacity(0.3),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bar.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auto_orientation |
^2.2.1 |
2.3.1 | 2.3.1 | |
flutter_meedu |
^8.3.1 |
8.5.0 | 9.2.2 | |
flutter_spinkit |
^5.1.0 |
5.2.2 | 5.2.2 | |
fullscreen_window |
^1.0.4 |
1.2.1 | 1.2.1 | |
helpers |
^1.2.0 |
1.2.3 | 1.2.3 | |
media_kit_libs_ios_video |
^1.0.3 |
1.1.4 | 1.1.4 | |
meta |
^1.7.0 |
1.19.0 | 1.19.0 | |
path_provider |
^2.0.14 |
2.1.6 | 2.1.6 | |
screen_brightness |
^0.2.2 |
0.2.2+1 | 2.1.11 | |
shared_preferences |
^2.1.0 |
2.5.5 | 2.5.5 | |
universal_platform |
^1.0.0+1 |
1.1.0 | 1.1.0 | |
video_player |
^2.6.1 |
2.14.0 | 2.14.0 | |
video_player_media_kit |
^0.0.5 |
0.0.19 | 2.0.0 | |
volume_controller |
^2.0.6 |
2.0.8 | 3.6.1 | |
wakelock |
^0.6.2 |
0.6.2 | 0.6.2 | Discontinued |
window_manager |
^0.3.2 |
0.3.9 | 0.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hooks |
- | 2.2.0 | 2.2.0 | |
html |
- | 0.15.7 | 0.15.7 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.9.2 | 4.9.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.3 | 1.0.3 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
media_kit |
- | 1.2.6 | 1.2.6 | |
media_kit_libs_linux |
- | 1.2.1 | 1.2.1 | |
media_kit_libs_macos_video |
- | 1.1.4 | 1.1.4 | |
media_kit_libs_windows_video |
- | 1.0.11 | 1.0.11 | |
media_kit_native_event_loop |
- | 1.0.9 | 1.0.9 | |
media_kit_video |
- | 1.0.2 | 2.0.1 | |
meedu |
- | 8.1.2 | 9.3.2 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.5.2 | 6.5.2 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
safe_local_storage |
- | 2.0.6 | 2.0.6 | |
screen_brightness_android |
- | 0.1.0+2 | 2.1.6 | |
screen_brightness_ios |
- | 0.1.0 | 2.1.4 | |
screen_brightness_macos |
- | 0.1.0+1 | 2.1.4 | |
screen_brightness_platform_interface |
- | 0.1.0 | 2.1.2 | |
screen_brightness_windows |
- | 0.1.3 | 2.1.2 | |
screen_retriever |
- | 0.1.9 | 0.2.2 | |
shared_preferences_android |
- | 2.4.28 | 2.4.28 | |
shared_preferences_foundation |
- | 2.5.7 | 2.5.7 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri_parser |
- | 3.0.2 | 3.0.2 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
video_player_android |
- | 2.12.2 | 2.12.2 | |
video_player_avfoundation |
- | 2.12.0 | 2.12.0 | |
video_player_platform_interface |
- | 6.9.0 | 6.9.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
wakelock_macos |
- | 0.4.0 | 0.4.0 | |
wakelock_platform_interface |
- | 0.3.0 | 0.3.0 | |
wakelock_web |
- | 0.4.0 | 0.4.0 | |
wakelock_windows |
- | 0.2.1 | 0.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 3.1.4 | 6.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^8.3.1` on flutter_meedu does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_meedu to update the constraint.
The constraint `^0.2.2` on screen_brightness does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions screen_brightness to update the constraint.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.