is working. WHY?
https://vimeo.com/730917679
https://vimeo.com/70591644
Maybe another type video and this library can’t play then
Продебаж библиотеку, ишью ты уже сделал, проблема с приведением типов. По стектрейсу показывает на int? profile; String? quality; dynamic id; int? fps; factory VimeoStream.fromJson(Map<String, dynamic> json) => VimeoStream( profile: json["profile"], quality: json["quality"], id: json["id"], fps: json["fps"], );
https://github.com/asadbekdev/vimeo_video_player Thanks a lot, I fixed the issue
You are cool !!! Did you make a pull request?
Обсуждают сегодня