Νικόλας Πατέρας

Results 8 comments of Νικόλας Πατέρας

> I fixed issue using reduce version com.hbb20:ccp:2.2.9 for height issue I see, thank you for letting me know.

> Hi @npateras I checked this issue using [package example](https://github.com/flutter/packages/blob/bb97da8ec627466fdb45cdd36e2c0e35dee40e9e/packages/video_player/video_player/example/lib/main.dart) but couldn't see the issue. > > I see you are using `chewie` which is a 3rd party package that...

Sadly I cannot do that since the video must remain private and to get all those parameters for the url you have to be the uploader of the video on...

> I'm unsure how to create such a URL. I just tried uploading a video to Vimeo (here it is: https://vimeo.com/932320452) and then playing it using the older package version...

I tried to run the default example on my project and this is what I got, still getting the illegal constructor error: https://hastebin.com/share/ororeyigov.bash video_player: ^2.8.5 video_player_web: 2.3.0

So I manage to solve the issue... The reason was that I was using an override package for web on my pubspec.yml file: ``` dependency_overrides: web: git: url: https://github.com/dart-lang/web/ ref:...

So in DataRow2, you can set a color with `MaterialStateProperty` which changes the background color of the row when hovering over using the hover property of `MaterialStateProperty`. Now I am...

And also pls add a property to disable the debug completely