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
710 stars 823 forks source link

[BUG] IOS build chashes on Flutter 3.16* | WebUri' isn't defined for the class '_RawYoutubePlayerState' #902

Open saulopef opened 10 months ago

saulopef commented 10 months ago

Describe the bug Build chash on IOS build after 3.16 flutter update:

Failed to build iOS app Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/youtube_player_flutter-8.1.2/lib/src/player/raw_youtube_player.dart:77:20: Error: The getter 'WebUri' isn't defined for the class '_RawYoutubePlayerState'.

Could not build the application for the simulator. Error launching application on iPhone 15 Pro Max.

To Reproduce Steps to reproduce the behavior: uptdate to 3.16 (most recent) and run app

Screenshots

image

Technical Details:

mdddj commented 10 months ago

Please use this package

youtube_player_flutter_plus: ^9.0.0
saulopef commented 10 months ago

Please use this package

youtube_player_flutter_plus: ^9.0.0

Sorry, I can't find this package

mdddj commented 10 months ago

https://pub.dev/packages/youtube_player_flutter_plus

image