zeroratehls 1.0.5 copy "zeroratehls: ^1.0.5" to clipboard
zeroratehls: ^1.0.5 copied to clipboard

A comprehensive Flutter SDK for seamless HLS (HTTP Live Streaming) video playback. This package provides a robust, feature-rich player with advanced capabilities including adaptive bitrate streaming, [...]

120/ 160
pub points
102
downloads

We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

87 out of 192 API elements (45.3 %) have documentation comments.

Some symbols that are missing documentation: audio_controls_configuration, audio_controls_configuration.AudioControlsConfiguration.AudioControlsConfiguration.new, audio_controls_configuration.AudioControlsConfiguration.pauseIcon, audio_controls_configuration.AudioControlsConfiguration.playPauseIconColor, audio_controls_configuration.AudioControlsConfiguration.textColor.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Linux

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:zeroratehls/models/audio_controls_configuration.dart that declares support for platforms: Android, iOS, Linux.
Package does not support platform `macOS`.

Because:

  • package:zeroratehls/models/audio_controls_configuration.dart that declares support for platforms: Android, iOS, Linux.
Package does not support platform `Web`.

Because:

  • package:zeroratehls/models/audio_controls_configuration.dart that declares support for platforms: Android, iOS, Linux.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:zeroratehls/utils/device_information.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:zeroratehls/utils/device_information.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:zeroratehls/models/audio_controls_configuration.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:zeroratehls/models/audio_controls_configuration.dart that imports:
  • package:just_audio/just_audio.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/zeroratehls/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ZerorateHlsPlayer._playerState

lib/zerorate_hls_player.dart:39:7

   ╷
39 │ class ZerorateHlsPlayer extends StatefulWidget {
   │       ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/zerorate_hls_player.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
better_player_plus ^1.0.8 1.0.8 1.0.8
device_info_plus ^11.3.0 11.5.0 11.5.0
ffmpeg_kit_flutter_new ^1.2.1 1.6.1 3.2.0
gif_view ^1.0.0 1.0.3 1.0.3
just_audio ^0.9.46 0.9.46 0.10.4
media_kit ^1.2.0 1.2.0 1.2.0
media_kit_libs_video ^1.0.6 1.0.6 1.0.6
media_kit_video ^1.3.0 1.3.0 1.3.0
package_info_plus ^8.2.1 8.3.1 8.3.1
path_provider ^2.1.5 2.1.5 2.1.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
audio_session - 0.1.25 0.2.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.4 2.1.4
ffmpeg_kit_flutter_android - 1.7.0 1.7.0
ffmpeg_kit_flutter_platform_interface - 0.2.1 0.2.1
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_widget_from_html_core - 0.15.2 0.17.0
html - 0.15.6 0.15.6
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
image - 4.5.4 4.5.4
intl - 0.20.2 0.20.2
just_audio_platform_interface - 4.6.0 4.6.0
just_audio_web - 0.4.16 0.4.16
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
media_kit_libs_android_video - 1.3.7 1.3.7
media_kit_libs_ios_video - 1.1.4 1.1.4
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
meta - 1.16.0 1.17.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
posix - 6.0.3 6.0.3
rxdart - 0.28.0 0.28.0
safe_local_storage - 2.0.1 2.0.1
screen_brightness_android - 2.1.3 2.1.3
screen_brightness_platform_interface - 2.1.0 2.1.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
uri_parser - 3.0.0 3.0.0
uuid - 4.5.1 4.5.1
vector_math - 2.2.0 2.2.0
visibility_detector - 0.4.0+2 0.4.0+2
volume_controller - 3.4.0 3.4.0
wakelock_plus - 1.3.2 1.3.2
wakelock_plus_platform_interface - 1.2.3 1.2.3
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.2.1` on ffmpeg_kit_flutter_new does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions ffmpeg_kit_flutter_new to update the constraint.

The constraint `^0.9.46` on just_audio does not support the stable version `0.10.0`.

Try running dart pub upgrade --major-versions just_audio to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.22, Flutter 3.35.1, Dart 3.9.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
102
downloads

Publisher

verified publishersoa.live

Weekly Downloads

A comprehensive Flutter SDK for seamless HLS (HTTP Live Streaming) video playback. This package provides a robust, feature-rich player with advanced capabilities including adaptive bitrate streaming, seek preview, custom controls, subtitle support, picture-in-picture mode, and quality selection.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

better_player_plus, device_info_plus, ffmpeg_kit_flutter_new, flutter, gif_view, just_audio, media_kit, media_kit_libs_video, media_kit_video, package_info_plus, path_provider, plugin_platform_interface

More

Packages that depend on zeroratehls