flick-video-player icon indicating copy to clipboard operation
flick-video-player copied to clipboard

Results 79 flick-video-player issues
Sort by recently updated
recently updated
newest added

![3831641869236_ pic_hd](https://user-images.githubusercontent.com/22167353/148873138-4d7ff80b-17e3-4fc8-8dea-cf1953a59584.jpg). hi When I use web build on windows, this will happen

I have tried creating my custom control however I cannot get rid of the circular progress bar. It is showing under my play button when I launch a video. ![image](https://user-images.githubusercontent.com/507464/148655633-8df1ecff-fe56-4514-9c54-8af7f44d4043.png)...

When we enter video player page and suddenly get back to previous page, it call onVideoEnd of the FlickManager even if the video not started and ended yet.

**Code**: issue exist on [example](https://github.com/GeekyAnts/flick-video-player/tree/master/example) project FlickMultiplayer have a logic where if one video plays, another video gets paused, but if the video is the last one, and we have...

When video opened in fullscreen mode (overlay) I want to cancel by swipe. Possible solutions: - simple gesture detector over player - wrap into SwipeToDismiss if it is possible -...

After implementation flick video player, it was disabled going to previous screen by swiping. When I remove the video player, swiping works. I am using default size of video, not...

Want to hide controls after autoplay, In android its working but in IOS it's continuously shows controls but when we tap on player it get hide.

I wish to show a dialog / modal when press a button in fullscreen, but it wont appear inside fullscreen, it show outside of fullscreen showGeneralDialog( barrierLabel: "Barrier", barrierDismissible: true,...

Player Controls should be invisible on autoplay mode, user can tap on the video to see them. as of now bool _showPlayerControls = true; this is specifically set to true...

enhancement

I would like to have a parameter that lets the player play when the app is set to background, by the HOME key.