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

can't build: can't be assigned to the parameter type #58

Closed phamtuanduong closed 1 year ago

phamtuanduong commented 1 year ago

Hello dear image

After I update the package, I can't build my program anymore, can you give me a way to fix it?

abdelaziz-mahdy commented 1 year ago

new version of media_kit is the reason of this

You can use

dependency_overrides:
  media_kit: 0.0.4 # not sure if this is needed
  media_kit_video: 0.0.4

For a temporary fix, and will update the package tonight to fix that issue

Sorry for inconveniences.

abdelaziz-mahdy commented 1 year ago

now flutter pub upgrade will fix your issue

phamtuanduong commented 1 year ago

Have a nice day, thank you for your support