jhomlala / betterplayer

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

[BUG] Version conflict problem #1264

Open BodenTide opened 1 year ago

BodenTide commented 1 year 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 1 year ago

same issue i am facing

BodenTide commented 1 year ago

Does anyone still maintain this package?