flutter_flex_player 0.0.4 copy "flutter_flex_player: ^0.0.4" to clipboard
flutter_flex_player: ^0.0.4 copied to clipboard

A Flutter package to play video from youtube, vimeo, and direct video links with custom UI.

135/ 160
pub points
18
downloads

We analyzed this package 1 hour ago, and awarded it 135 pub points (of a possible 160):

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/Sunil9162/flutter_flex_player was unreachable. Make sure that the website is reachable via HEAD requests.

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

Links in `README.md` should be well formed Unable to parse 2 image links.

README.md:2:4

  ╷
2 │ <p><a href="%5Bhttps://badges.pufler.dev%5D(https://badges.pufler.dev/visits/Sunil9162/flutter_flex_player)"><img src="https://badges.pufler.dev/visits/Sunil9162/flutter_flex_player" alt="Visits Badge" /></a>
  │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

Detected license: BSD-3-Clause.

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

44 out of 212 API elements (20.8 %) have documentation comments.

Some symbols that are missing documentation: configuration, configuration.FlexPlayerConfiguration, configuration.FlexPlayerConfiguration.FlexPlayerConfiguration.new, configuration.FlexPlayerConfiguration.aspectRatio, configuration.FlexPlayerConfiguration.autoDispose.

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:flutter_flex_player/flutter_flex_player.dart that imports:
  • package:flutter_flex_player/pages/full_screen_page.dart that imports:
  • package:flutter_flex_player/flutter_flex_player_controller.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:flutter_flex_player/flutter_flex_player.dart that imports:
  • package:flutter_flex_player/pages/full_screen_page.dart that imports:
  • package:flutter_flex_player/flutter_flex_player_controller.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:flutter_flex_player/flutter_flex_player.dart that imports:
  • package:flutter_flex_player/pages/full_screen_page.dart that imports:
  • package:flutter_flex_player/flutter_flex_player_controller.dart that imports:
  • package:flutter_flex_player/flutter_flex_player_abstract.dart that imports:
  • package:flutter_flex_player/helpers/flex_player_sources.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: Missing type annotation.

lib/controllers/youtube_controller.dart:117:3

    ╷
117 │   sortByQuality() {
    │   ^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/youtube_controller.dart

INFO: Missing type annotation.

lib/controls/player_controller.dart:28:3

   ╷
28 │   initPlayer(FlutterFlexPlayerController controller) {
   │   ^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
audio_video_progress_bar ^2.0.3 2.0.3 2.0.3
get ^4.6.6 4.7.3 4.7.3
html ^0.15.4 0.15.6 0.15.6
http ^1.2.2 1.6.0 1.6.0
traffic_stats ^0.0.2 0.0.2 0.0.2
video_player ^2.9.1 2.10.1 2.10.1
youtube_explode_dart ^2.2.1 2.5.3 3.0.5
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
ffi - 2.1.5 2.1.5
freezed_annotation - 3.1.0 3.1.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
simple_sparse_list - 0.1.4 0.1.4
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
unicode - 1.1.8 1.1.8
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
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

The constraint `^2.2.1` on youtube_explode_dart does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions youtube_explode_dart to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

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:
7
likes
135
points
18
downloads

Publisher

verified publishersunilflutter.in

Weekly Downloads

A Flutter package to play video from youtube, vimeo, and direct video links with custom UI.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

audio_video_progress_bar, flutter, get, html, http, traffic_stats, video_player, youtube_explode_dart

More

Packages that depend on flutter_flex_player