-
This task coincides with the work done in https://github.com/pariyatti/kosa/issues/101
* [ ] Dev Team: decide on embed method (or streaming from AWS, if we have to download videos)
* [ ] https://…
-
![image](https://github.com/newtaDev/pod_player/assets/22933926/19f0192a-0aff-4680-a22e-eaddbb7b1ecf)
There is a problem with Vimeo videos. Videos cannot be played.
Flutter 3.22.2
Dart 3.4.3
pod…
-
I'm getting the following error when running the example project on `flutter web` :
![image](https://github.com/prahack/vimeo_player/assets/18093612/066d303d-9173-4eae-8fb5-005454920be1)
selectabl…
-
flutter: ===== VIMEO API ERROR: NoSuchMethodError: The getter 'length' was called on null.
flutter: Receiver: null
flutter: Tried calling: length ==========
[VERBOSE-2:dart_vm_initializer.cc(41)] U…
-
my source code :
class VideoPage extends StatelessWidget {
final String _vimeoVideoUrl = 'https://player.vimeo.com/video/393556569';
@override
Widget build(BuildContext context) {
r…
-
Hello,
When new version of vimeo_player will be available with null-safety support. Current flutter version the vimeo_player 0.18 version is not working. Please release the another version with null …
-
![vimeoplayer-flutter](https://user-images.githubusercontent.com/2345381/97008821-9a42e700-1543-11eb-8374-a3972781face.PNG)
When developing for flutter web no videos will load, because vimeo does n…
-
Hi I trying vimeo player on my flutter app and I have a request for changing color of play, setting button as well as the minutes is it possible thanks!
-
Hello :)
I can't play several videos on iOS, with vimeo dash url.
```
Failed to load video:
Error Domain=AVFoundationErrorDomain Code=-11828 "Cannot Open" UserInfo={NSLocalizedFailureReason=Thi…
-
`class _VodScreenState extends State {
late final PodPlayerController controller;
@override
void initState() {
super.initState();
String videoId = *****;
String token = ***…