Abdulhamid Abuzanunah
Abdulhamid Abuzanunah
Did you find a solution for this problem?
@kzwang I think I found the cause of this error. In the plugin you're using a constructor for the `BytesStreamInput` class that doesn't exist in later versions of elasticsearch. For...
It seems that this project is a C project and not C++. You'll need to use casting to convert `void *` type to `CvPoint *` and `CvConvexicityDefect` type. you can...
You can do something like this: ```JS let dayToColor:Date = new Date(); let currentTime = new Date(this.calendar.getDate().getTime()); let monthStartTime = new Date(currentTime.getFullYear(), currentTime.getMonth(), 1); let monthStartDayOfWeek = 0; let indexPosition:...
In our system, Some countries weekend days are Saturday and Sunday, some other countries have Friday and Saturday as their weekend days and some countries only have Friday. I could...
Great! Do you know when will `v2.0` approx. be released?
Still having the same issue.
@abimujianto I didn't find a solution for this issue. I had to use [`flutter_ijkplayer`](https://github.com/CaiJingLong/flutter_ijkplayer) instead.
I don't think that gplayer doesn't support on androidx. I tried to use gplayer before and after upgrading my project to androidx and the same error happened.