flick_video_player_custom 0.5.8 copy "flick_video_player_custom: ^0.5.8" to clipboard
flick_video_player_custom: ^0.5.8 copied to clipboard

Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.

70/ 160
pub points
28
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

201 out of 317 API elements (63.4 %) have documentation comments.

Some symbols that are missing documentation: flick_video_player_custom, flick_video_player_custom.FlickAnimatedVolumeLevel.FlickAnimatedVolumeLevel.new, flick_video_player_custom.FlickAutoHideChild.FlickAutoHideChild.new, flick_video_player_custom.FlickAutoHideChild.autoHide, flick_video_player_custom.FlickAutoHideChild.child.

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/sheet/speed_sheet.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:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/sheet/speed_sheet.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Web`.

Because:

  • package:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/flick_video_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

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:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/flick_video_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/flick_video_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `macOS`.

Because:

  • package:flick_video_player_custom/flick_video_player_custom.dart that imports:
  • package:flick_video_player_custom/src/flick_video_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_windows/wakelock_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 54 issues. Showing the first 2:

ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.

lib/src/sheet/setting_sheet.dart:49:54

   ╷
49 │                   style: Theme.of(context).textTheme.subtitle1,
   │                                                      ^^^^^^^^^
   ╵

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

ERROR: The getter 'bodyText2' isn't defined for the type 'TextTheme'.

lib/src/sheet/speed_sheet.dart:47:58

   ╷
47 │                       style: Theme.of(context).textTheme.bodyText2?.copyWith(
   │                                                          ^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
provider ^6.0.1 6.1.5+1 6.1.5+1
universal_html ^2.0.8 2.3.0 2.3.0
video_player ^2.4.0 2.10.1 2.10.1
wakelock ^0.6.0 0.6.2 0.6.2 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
html - 0.15.6 0.15.6
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
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_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 5.15.0

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • wakelock.

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_NAMED_PARAMETER - lib/src/manager/video_manager.dart:173:13 - The named parameter 'rotationCorrection' isn't defined.
  • UNDEFINED_GETTER - lib/src/manager/video_manager.dart:173:41 - The getter 'rotationCorrection' isn't defined for the type 'VideoPlayerValue'.
  • UNDEFINED_GETTER - lib/src/sheet/setting_sheet.dart:49:54 - The getter 'subtitle1' isn't defined for the type 'TextTheme'.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
70
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, provider, universal_html, video_player, wakelock

More

Packages that depend on flick_video_player_custom