chewie
chewie copied to clipboard
Support for multiple resolutions
Hi, can we have something similar to playbackSpeed but for multiple resolution support like 480p, 720p, ...
Hi, can we have something similar to playbackSpeed but for multiple resolution support like 480p, 720p, ...
Sure :) very good idea. We'll add this to our ToDo List 👍 Thanks for your suggestion
@HosseinYousefi Please follow this branch: https://github.com/brianegan/chewie/tree/feat/resolutions
It's already working, but still work in progress 👍. There's a little bug in changing the dataSource. But everything else is provided there. Have a look into the example code.
Should I use this branch this way in pubspec.yaml file?
chewie: git: url: https://github.com/brianegan/chewie/tree/feat/resolutions
I get this error when I run this command:

@HosseinYousefi Please follow this branch: https://github.com/brianegan/chewie/tree/feat/resolutions
It's already working, but still work in progress 👍. There's a little bug in changing the dataSource. But everything else is provided there. Have a look into the example code.
Any news for this ?