You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used youtube_player_flutter for playing youtube videos with videoId(String). There are 200 above videos which are being played, except one Video and that video is giving error type 'int' is not a subtype of type 'String', although the data from api and in my model is STRING only.
What is the expected behaviour?
Video should be able to play while passing the videoId in string.
How to reproduce?
youtube_player_flutter: "8.1.2" with flutter version 3.10.6
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package
youtube_player_flutter
What happened?
I have used youtube_player_flutter for playing youtube videos with videoId(String). There are 200 above videos which are being played, except one Video and that video is giving error type 'int' is not a subtype of type 'String', although the data from api and in my model is STRING only.
What is the expected behaviour?
Video should be able to play while passing the videoId in string.
How to reproduce?
youtube_player_flutter: "8.1.2" with flutter version 3.10.6
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered: