Skip to content

Bump youtube_player_iframe from 5.2.2 to 6.0.2 - #115

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/youtube_player_iframe-6.0.2
Open

Bump youtube_player_iframe from 5.2.2 to 6.0.2#115
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/youtube_player_iframe-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps youtube_player_iframe from 5.2.2 to 6.0.2.

Changelog

Sourced from youtube_player_iframe's changelog.

6.0.2

  • Added onEnded callback for YoutubePlayer widget. (Fixes #108)
  • Removed isEvaluationReady & isLoaded flags as it had no use anyway.
  • Added controlsVisibleAtStart flag. (Fixes #113)

6.0.1

  • (New Feature) Added title and author property to YoutubePlayerController.
  • Removed DataConnectionChecker dependency.
  • Removed start and end from flags as it wasn't functioning anyway.
  • (Improvement) Implemented effective dart lints.
  • (Improvement) Changed thumbnails to fetch webp format.
  • (Fixed) Issue with Live UI [Issue #115](sarbagyastha/youtube_player_flutter#115).

6.0.0

BREAKING CHANGES

  • From now on, YoutubePlayerController is to be passed to the player explicitly. (See the updated readme)
  • Removed context and videoId properties from YoutubePlayer.
  • flags property is moved to YoutubePlayerController from YoutubePlayer. Since flags were only needed for the first time when player initializes.
  • showVideoProgressIndicator property moved to YoutubePlayer.

5.2.0+1

  • (Fixed) aspect ratio in fullscreen mode.
  • (Fixed) sometimes showing up buffering indicator instead of error.

5.2.0

BREAKING CHANGES

  • Renamed videoId property in YoutubePlayer to initialVideoId.
  • From now on changing video id must be done using either load() or cue().
  • (Fixed) Video playing sound only, on videoId change. [Issue #99](sarbagyastha/youtube_player_flutter#99)
  • (Improvement) Minor optimizations.
  • Example updated with video list.
  • Added PlayerState.stopped.
  • Added actionsPadding property.

5.1.0

  • Renamed TotalDuration widget to RemainingDuration.
  • Renamed PlayButton widget to PlayPauseButton.
  • (Improvement) Better handling of invalid video id.
  • (Improvement) Better video orientation handling.
  • (Improvement) Better play/pause handling w/r/t app lifecycle.
  • (Fixed) Video pausing after jumping to certain position using progress bar.
  • BREAKING Switched back to webview_flutter.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [youtube_player_iframe](https://github.com/sarbagyastha/youtube_player_flutter) from 5.2.2 to 6.0.2.
- [Release notes](https://github.com/sarbagyastha/youtube_player_flutter/releases)
- [Changelog](https://github.com/sarbagyastha/youtube_player_flutter/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/sarbagyastha/youtube_player_flutter/commits/v6.0.2)

---
updated-dependencies:
- dependency-name: youtube_player_iframe
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants