flick_video_player 0.7.0 copy "flick_video_player: ^0.7.0" to clipboard
flick_video_player: ^0.7.0 copied to clipboard

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

472
likes
130/ 140
pub points
98%
popularity

We analyzed this package 30 hours ago, and awarded it 130 pub points (of a possible 140):

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

193 out of 253 API elements (76.3 %) have documentation comments.

Some symbols that are missing documentation: flick_video_player, flick_video_player.FlickAutoHideChild.autoHide, flick_video_player.FlickAutoHideChild.child, flick_video_player.FlickAutoPlayTimerProgressColors, flick_video_player.FlickAutoPlayTimerProgressColors.FlickAutoPlayTimerProgressColors.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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/flick_video_player.dart that imports:
  • package:flick_video_player/src/controls/flick_video_with_controls.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/flick_video_player.dart that imports:
  • package:flick_video_player/src/controls/flick_video_with_controls.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/flick_video_player.dart that imports:
  • package:flick_video_player/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/flick_video_player.dart that imports:
  • package:flick_video_player/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/flick_video_player.dart that imports:
  • package:flick_video_player/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/flick_video_player.dart that imports:
  • package:flick_video_player/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.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 12 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/manager/client_channels.dart:1:1

  ╷
1 │ part of flick_manager;
  │ ^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Use the generic function type syntax in 'typedef's.

lib/src/manager/client_channels.dart:3:18

  ╷
3 │ typedef Duration GetPlayerControlsTimeout({
  │                  ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
dio ^5.4.0 5.4.2+1 5.4.2+1
flutter flutter 0.0.0 0.0.0
path_provider ^2.1.1 2.1.2 2.1.2
provider ^6.1.1 6.1.2 6.1.2
universal_html ^2.2.4 2.2.4 2.2.4
video_player ^2.8.1 2.8.3 2.8.3
wakelock ^0.6.2 0.6.2 0.6.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
ffi - 2.1.2 2.1.2
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.2 2.2.2
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
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
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4
video_player_android - 2.4.12 2.4.12
video_player_avfoundation - 2.5.6 2.5.6
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.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 - 0.5.1 0.5.1
win32 - 3.1.4 5.3.0
xdg_directories - 1.0.4 1.0.4

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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

472
likes
130
pub points
98%
popularity

Publisher

verified publishergeekyants.com

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

Topics

#video-player

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, path_provider, provider, universal_html, video_player, wakelock

More

Packages that depend on flick_video_player