abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

How to fix this failure to play in windwos #185

Closed JieNengi closed 1 week ago

JieNengi commented 4 months ago

initMeeduPlayer();

[flutter_meedu_videoplayer] 'dart:core-patch/finalizer_patch.dart': Failed assertion: line 41 pos 12: '': The token should not be the value being attached image

image

abdelaziz-mahdy commented 4 months ago

please check with fvp package

and try to do a flutter pub upgrade maybe it got fixed

vaaniiaa commented 2 months ago

@abdelaziz-mahdy I faced same problem and error on android , I updated fvp package and video_player package but it did not work and still this error exists. let me know if there is any other solution. thank you

vaaniiaa commented 2 months ago

@JieNengi did you solve this error?

abdelaziz-mahdy commented 2 months ago

@abdelaziz-mahdy I faced same problem and error on android , I updated fvp package and video_player package but it did not work and still this error exists. let me know if there is any other solution. thank you

Open an issue on fvp repo, since the error logs state that's the error came from fvp and they may know how to solve it

JieNengi commented 1 month ago

@JieNengi did you solve this error?

Pull package, fvp modified to fvp: ^0.14.0 Finally, introduce in your project flutter_meedu_videoplayer. path: /flutter_meedu_videoplayer/package

abdelaziz-mahdy commented 1 month ago

Btw no need to use path for my package a flutter upgrade is enough.

abdelaziz-mahdy commented 1 week ago

updated deps on main thanks to https://github.com/abdelaziz-mahdy/flutter_meedu_videoplayer/pull/186 i think that fixes your issue

abdelaziz-mahdy commented 1 week ago

if you are still using the package, i upgraded the pub version too