universal_video_controls 1.0.21 copy "universal_video_controls: ^1.0.21" to clipboard
universal_video_controls: ^1.0.21 copied to clipboard

Video player controls for all platforms based on media_kit controls but with abstraction to allow any other player to work using it (video_player is supported)

5
likes
140/ 160
pub points
76%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

312 out of 471 API elements (66.2 %) have documentation comments.

Some symbols that are missing documentation: abstract, abstract.AbstractPlayer.bufferController, abstract.AbstractPlayer.bufferingController, abstract.AbstractPlayer.completedController, abstract.AbstractPlayer.dispose.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/full_screen_utils/full_screen_utils.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/full_screen_utils/full_screen_utils_native.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/full_screen_utils/full_screen_utils.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/full_screen_utils/full_screen_utils_native.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Windows`.

Because:

  • package:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/fullscreen.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/widgets/video_controls_theme_data_injector.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/material.dart that imports:
  • package:volume_controller/volume_controller.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/fullscreen.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/widgets/video_controls_theme_data_injector.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/material.dart that imports:
  • package:screen_brightness/screen_brightness.dart that declares support for platforms: Android, iOS, Windows, macOS.
Package does not support platform `macOS`.

Because:

  • package:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/fullscreen.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/widgets/video_controls_theme_data_injector.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/material.dart that imports:
  • package:volume_controller/volume_controller.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:universal_video_controls/universal_video_controls.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/methods/fullscreen.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/widgets/video_controls_theme_data_injector.dart that imports:
  • package:universal_video_controls/universal_video_controls/src/controls/material.dart that imports:
  • package:screen_brightness/screen_brightness.dart that declares support for platforms: Android, iOS, Windows, macOS.

0/0 points: WASM compatibility

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

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

0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on macOS

It does not contain macos/universal_video_controls/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.

partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: The declaration '_theme' isn't referenced.

lib/universal_video_controls/src/controls/cupertino.dart:26:33

   ╷
26 │ CupertinoVideoControlsThemeData _theme(BuildContext context) =>
   │                                 ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/universal_video_controls/src/controls/cupertino.dart

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/universal_video_controls/src/controls/widgets/fullscreen_inherited_widget.dart:66:12

   ╷
66 │     return WillPopScope(
   │            ^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
collection ^1.0.0 1.18.0 1.19.1
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
meta ^1.7.0 1.15.0 1.16.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
screen_brightness ^1.0.0 1.0.1 2.0.0+2
synchronized ^3.1.0 3.3.0+3 3.3.0+3
universal_platform ^1.0.0+1 1.1.0 1.1.0
volume_controller ^2.0.7 2.0.8 2.0.8
wakelock_plus ^1.1.6 1.2.8 1.2.8
web ^1.0.0 1.1.0 1.1.0
window_manager ^0.4.0 0.4.3 0.4.3
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
dbus - 0.7.10 0.7.10
ffi - 2.1.3 2.1.3
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.12.0
package_info_plus - 8.1.1 8.1.1
package_info_plus_platform_interface - 3.0.1 3.0.1
path - 1.9.1 1.9.1
petitparser - 6.0.2 6.0.2
screen_brightness_android - 1.0.1 2.0.0
screen_brightness_ios - 1.0.1 2.0.0
screen_brightness_macos - 1.0.1 2.0.0
screen_brightness_platform_interface - 1.0.1 2.0.0
screen_brightness_windows - 1.0.1 2.0.0
screen_retriever - 0.2.0 0.2.0
screen_retriever_linux - 0.2.0 0.2.0
screen_retriever_macos - 0.2.0 0.2.0
screen_retriever_platform_interface - 0.2.0 0.2.0
screen_retriever_windows - 0.2.0 0.2.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
wakelock_plus_platform_interface - 1.2.1 1.2.1
win32 - 5.8.0 5.8.0
xml - 6.5.0 6.5.0

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

The constraint `^1.0.0` on screen_brightness does not support the stable version `2.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.22.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.

5
likes
140
pub points
76%
popularity

Publisher

verified publisherzcreations.info

Video player controls for all platforms based on media_kit controls but with abstraction to allow any other player to work using it (video_player is supported)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_web_plugins, meta, plugin_platform_interface, screen_brightness, synchronized, universal_platform, volume_controller, wakelock_plus, web, window_manager

More

Packages that depend on universal_video_controls