modwedar / YoutubeDataApi

A Flutter package for fetching complete data from YouTube.
Apache License 2.0
10 stars 15 forks source link

Trending Videos, music, gaming,movies ...... Thumbnail is null #2

Closed thivankasarathchandra closed 2 years ago

thivankasarathchandra commented 2 years ago

HI, All other data can be accessed but not the thumbnail data. I assume the String is the thumbnail url.

snapshot.data![index].thumbnail!.toString()

Tried to access it like this . but the results are null.

modwedar commented 2 years ago

You can use String thumbnail = "https://i.ytimg.com/vi/$videoId/hqdefault.jpg"; The problem will be resolved in the next version

modwedar commented 2 years ago

Now you can update to youtube_data_api: ^1.0.4