Marcus

Results 5 comments of Marcus

> I encountered that video_player package itself is supporting thumbnails on init: > > > > You only need to: > > ```dart > VideoPlayerController controller = > VideoPlayerController.network(snapshot.data()['mediaURL'])..initialize(); >...

> I encountered,. that this package only works for ios and android. > > I got pure 100% dart solution for flutter web: > > ```dart > void getVideoThumbnail(String path,...

> hey, I will try to investigate it a little bit but it sounds like a pretty tough case :) Thank you! Appreciate it. I still can't find a workaround

> @markgrancapal can i ask you to create a small demo? > when i try to reproduce it i am not 100% that i can see the issue Sorry for...