youtube 1.0.1 copy "youtube: ^1.0.1" to clipboard
youtube: ^1.0.1 copied to clipboard

A package to stream/download youtube video or thumbnail and more.

Download Youtube Videos, Thumbnail and all.

🚀 Thumbnail #

To get youtube thumbnail use YouTubeThumbnail class, with the parameter of youtube video id as string, and than video size.

image function size
hd 1280x720
standard 640x480
hq 480x360
mq 320x180
defaults 120x90
Image.network(YoutubeThumbnail(youtubeId: 'TicGJQqrq2M').hd()),
Image.network(YoutubeThumbnail(youtubeId: 'TicGJQqrq2M').standard()),
Image.network(YoutubeThumbnail(youtubeId: 'TicGJQqrq2M').hq()),
Image.network(YoutubeThumbnail(youtubeId: 'TicGJQqrq2M').mq()),
Image.network(YoutubeThumbnail(youtubeId: 'TicGJQqrq2M').small()),

Others feature coming soon #

44
likes
100
pub points
88%
popularity

Publisher

verified publisherrohitchouhan.com

A package to stream/download youtube video or thumbnail and more.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on youtube