Mc Gyver C. Basaya

Results 4 comments of Mc Gyver C. Basaya

> Hello, i want to create a app like that example but my project created with java. I found ["pedrovgs/DraggablePanel"](https://github.com/pedrovgs/DraggablePanel) but it archived. I cant use it. Can i found...

> > > > Hello, i want to create a app like that example but my project created with java. I found ["pedrovgs/DraggablePanel"](https://github.com/pedrovgs/DraggablePanel) but it archived. I cant use it....

getDownload is not working for me either but I managed to make this thing work. instead of using that code, try this. ``` addDownloadToQueue(List urls) async { for(var url in...

@OutdatedGuy Hi. here is my code ``` AspectRatio( aspectRatio: playerController!.value.aspectRatio, child: JkVideoControlPanel( playerController!, showFullscreenButton: true, showVolumeButton: true, ), ), ``` `playerController` is the controller of `video_player` library. `Cached video player...