universal_video_controls 1.0.15 copy "universal_video_controls: ^1.0.15" to clipboard
universal_video_controls: ^1.0.15 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)

0
likes
150/ 160
pub points
65%
popularity

We analyzed this package 39 hours ago, and awarded it 150 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

311 out of 464 API elements (67.0 %) 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

OK
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.
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

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

10/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.0
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
meta ^1.7.0 1.12.0 1.15.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
screen_brightness ^1.0.0 1.0.1 1.0.1
synchronized ^3.1.0 3.1.0+1 3.1.0+1
universal_platform ^1.0.0+1 1.1.0 1.1.0
volume_controller ^2.0.7 2.0.7 2.0.7
wakelock_plus ^1.1.1 1.2.5 1.2.5
web ^0.5.1 0.5.1 0.5.1
window_manager ^0.3.9 0.3.9 0.3.9
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
dbus - 0.7.10 0.7.10
ffi - 2.1.2 2.1.2
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.1.0
material_color_utilities - 0.8.0 0.12.0
package_info_plus - 8.0.0 8.0.0
package_info_plus_platform_interface - 3.0.0 3.0.0
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
screen_brightness_android - 1.0.1 1.0.1
screen_brightness_ios - 1.0.1 1.0.1
screen_brightness_macos - 1.0.1 1.0.1
screen_brightness_platform_interface - 1.0.1 1.0.1
screen_brightness_windows - 1.0.1 1.0.1
screen_retriever - 0.1.9 0.1.9
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
wakelock_plus_platform_interface - 1.2.1 1.2.1
win32 - 5.5.1 5.5.1
xml - 6.5.0 6.5.0

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.22.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

0
likes
150
pub points
65%
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