jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
889 stars 929 forks source link

[BUG] Version conflict problem #1264

Open BodenTide opened 8 months ago

BodenTide commented 8 months ago

Flutter version is Flutter 3.13.7 better_player version is 0.0.82 device_info_plus version is 9.1.0

When I import better_player and device_info_plus at the same time, a version conflict will occur when executing flutter pub get. How can I solve this problem?

joshua750 commented 8 months ago

same issue i am facing

BodenTide commented 7 months ago

Does anyone still maintain this package?