vimeo_video_player
vimeo_video_player copied to clipboard
Vimeo API ERROR
I emailed support and said this is not supported anymore.
'https://player.vimeo.com/video/$vimeoVideoId/config',
E/flutter (12076): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'List<dynamic>' in type cast
I am also facing the same issue.Do you have any solution? @greatschism
I'm investigating the same problem, after a quick research looks like the direct links to the video are not public anymore and require API auth (that requires a paid Vimeo plan).
So you can either embed their player or pay to use the direct media in your custom player. I may be wrong though 🙈
@greatschism - I saw you opened an issue in another repo on this as well. Have you or anyone else made any progress on this? If not I'm going to fork this and try to just make it work with an mp4 file I provide it directly... for a project I'm working on I'll have the links without the /config workaround.
below package is still working: https://pub.dev/packages/vimeo_player_flutter
i'm facing the same issue. i fix it by updating flutter version to 3.19.6 the latest version. hope it helps you
it seems this issue is reproducible for old Flutter versions, so I am marking it resolved for now, please feel free to reopen it. thanks.