sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
690 stars 766 forks source link

[BUG] Update to PopScope breaks Navigation of YoutubePlayerScaffold #920

Open ShevonPe opened 5 months ago

ShevonPe commented 5 months ago

Describe the bug Update to PopScope breaks back button of Android. youtube_player_iframe-5.0.0\lib\src\widgets line 204

To Reproduce Use YoutubePlayerScaffold inside a screen that was navigated to

Expected behavior When back button is pressed it pops back to the previous screen

Technical Details:

Temporary fix: Revert to youtube_player_iframe: 4.0.4 with WillPopScope

KonstantenKomkov commented 4 months ago

Create PR for that https://github.com/sarbagyastha/youtube_player_flutter/pull/930