Hüseyin Gündogan

Results 14 comments of Hüseyin Gündogan

I updated all the packages with `npm-check-updates` and the build worked.

@simonbland Do you know why your solution does not work properly with a material-table ? I can not manipulate the x/y position of the context menu. It shows up only...

Thank you @simonbland it works now. I had before this part ``` ``` inside the last `` tag (displayedColumns) of the table. But now, it does not matter in which...

> I had this issue with the /config API and once I moved to the official token API the progressive issue was resolved. If your app presents videos from multiple...

> I'm using https://pub.dev/packages/pod_player in my Flutter app. @AAber Yeah me too, but playing the video using the id and the hash does not work anymore, therefore I asked. I...

I'm also facing the same issue. I played private videos until last Monday. Now it doesn't work for either private or public Vimeo videos... pod_player: 0.2.2 Flutter 3.19.2 Dart 3.3.0

> > I am facing the same issue, It was working some days back but suddenly stopped working. > > Please let me know if someone has found a fix...

First you need a personal access token, which you can generate in your [app](https://developer.vimeo.com/apps) settings. Then fetch the video information using this request: ```curl curl -X GET \ 'https://api.vimeo.com/videos/?fields=play' \...

> > First you need a personal access token, which you can generate in your [app](https://developer.vimeo.com/apps) settings. Then fetch the video information using this request: > > ``` > >...