MrJai / flutter_to_airplay

Flutter plugin that offers two widgets, one to play a video for a given URL or file path using native AVPlayer and second with an option to airplay it on available Apple devices.
MIT License
30 stars 24 forks source link

Adding loader indicator #27

Open mcrovero opened 11 months ago

mcrovero commented 11 months ago

The base AVPlayer shows a black screen while loading URLs. I've implemented a custom loader on top of the AVPlayer, it only shows at the beginning for now