custom_hls_video 1.0.0 copy "custom_hls_video: ^1.0.0" to clipboard
custom_hls_video: ^1.0.0 copied to clipboard

Custom HLS video player is improvement of Lecle YoYo Video Player is a HLS(.m3u8) video player for flutter. This video player allows you to select HLS video streaming by selecting the quality.

105/ 160
pub points
24
downloads

We analyzed this package 12 hours ago, and awarded it 105 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

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

81 out of 102 API elements (79.4 %) have documentation comments.

Some symbols that are missing documentation: lecle_yoyo_player, lecle_yoyo_player.TimerScreen, lecle_yoyo_player.TimerScreen.TimerScreen.new, lecle_yoyo_player.TimerScreen.isAuthenticated, lecle_yoyo_player.TimerScreen.isPlaying.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/source/video_style.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/source/video_style.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/video.dart that imports:
  • package:wakelock_plus/wakelock_plus.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_io_plugin.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_windows_plugin.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/video.dart that imports:
  • package:flutter_screen_wake/flutter_screen_wake.dart that declares support for platforms: Android, iOS.

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:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/video.dart that imports:
  • package:wakelock_plus/wakelock_plus.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_io_plugin.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_windows_plugin.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:custom_hls_video/lecle_yoyo_player.dart that imports:
  • package:custom_hls_video/src/video.dart that imports:
  • package:wakelock_plus/wakelock_plus.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_io_plugin.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_windows_plugin.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
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

Found 18 issues. Showing the first 2:

WARNING: This 'onError' handler must return a value assignable to 'File', but ends without returning a value.

lib/src/utils/package_utils/file_utils.dart:126:25

    ╷
126 │     }).catchError((err) {
    │                         ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/package_utils/file_utils.dart

WARNING: The value of the local variable 'qualityText' isn't used.

lib/src/widgets/video_quality_widget.dart:26:18

   ╷
26 │     final String qualityText = (child is Text) ? (child as Text).data ?? '' : '';
   │                  ^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
auto_orientation ^2.3.1 2.3.1 2.3.1
flutter_screen_wake ^1.0.2 1.0.2 1.0.2
http ^1.2.2 1.6.0 1.6.0
path ^1.8.2 1.9.1 1.9.1
path_provider ^2.0.12 2.1.5 2.1.5
video_player ^2.5.1 2.10.1 2.10.1
video_player_web_hls ^1.0.0+2 1.3.0 1.3.0
wakelock_plus ^1.2.8 1.4.0 1.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
html - 0.15.6 0.15.6
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
package_info_plus - 9.0.0 9.0.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.8.8 2.8.8
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
wakelock_plus_platform_interface - 1.3.0 1.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.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.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • UNDEFINED_METHOD - lib/src/video.dart:1755:44 - The method 'networkUrl' isn't defined for the type 'VideoPlayerController'.
  • UNDEFINED_METHOD - lib/src/video.dart:1763:44 - The method 'networkUrl' isn't defined for the type 'VideoPlayerController'.
  • UNDEFINED_METHOD - lib/src/video.dart:1772:35 - The method 'networkUrl' isn't defined for the type 'VideoPlayerController'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
105
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Custom HLS video player is improvement of Lecle YoYo Video Player is a HLS(.m3u8) video player for flutter. This video player allows you to select HLS video streaming by selecting the quality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_orientation, flutter, flutter_screen_wake, http, path, path_provider, video_player, video_player_web_hls, wakelock_plus

More

Packages that depend on custom_hls_video