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
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