youtube_player_flutter 8.1.2 copy "youtube_player_flutter: ^8.1.2" to clipboard
youtube_player_flutter: ^8.1.2 copied to clipboard

PlatformAndroidiOS
outdated

Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.

140/ 160
pub points
121k
downloads

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

Passed report section
Follow Dart file conventions
30 / 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

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

Detected license: BSD-2-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

162 out of 166 API elements (97.6 %) have documentation comments.

Some symbols that are missing documentation: youtube_player_flutter, youtube_player_flutter.PlaybackRate.PlaybackRate.new, youtube_player_flutter.ProgressBarColors.copyWith, youtube_player_flutter.ThumbnailQuality.ThumbnailQuality.new.

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:youtube_player_flutter/youtube_player_flutter.dart that imports:
  • package:youtube_player_flutter/src/widgets/widgets.dart that imports:
  • package:youtube_player_flutter/src/widgets/touch_shutter.dart that imports:
  • package:youtube_player_flutter/src/utils/youtube_player_controller.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:youtube_player_flutter/youtube_player_flutter.dart that imports:
  • package:youtube_player_flutter/src/widgets/widgets.dart that imports:
  • package:youtube_player_flutter/src/widgets/touch_shutter.dart that imports:
  • package:youtube_player_flutter/src/utils/youtube_player_controller.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:youtube_player_flutter/youtube_player_flutter.dart that imports:
  • package:youtube_player_flutter/src/widgets/widgets.dart that imports:
  • package:youtube_player_flutter/src/widgets/touch_shutter.dart that imports:
  • package:youtube_player_flutter/src/utils/youtube_player_controller.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:youtube_player_flutter/youtube_player_flutter.dart that imports:
  • package:youtube_player_flutter/src/widgets/widgets.dart that imports:
  • package:youtube_player_flutter/src/widgets/touch_shutter.dart that imports:
  • package:youtube_player_flutter/src/utils/youtube_player_controller.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
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/src/utils/youtube_player_controller.dart:171:3

    ╷
171 │   _callMethod(String methodString) {
    │   ^^^^^^^^^^^
    ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/widgets/progress_bar.dart:243:61

    ╷
243 │     paint.color = colors?.backgroundColor ?? secondaryColor.withOpacity(0.38);
    │                                                             ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/progress_bar.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
flutter_inappwebview ^5.7.2+3 5.8.0 6.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
vector_math - 2.2.0 2.2.0

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

The constraint `^5.7.2+3` on flutter_inappwebview does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions flutter_inappwebview 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.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1.68k
likes
140
points
121k
downloads

Publisher

verified publishersarbagyastha.com.np

Weekly Downloads

Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on youtube_player_flutter