jhomlala / betterplayer

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

Fix/quality order #1185

Closed Said-Amalkhon closed 1 year ago

Said-Amalkhon commented 1 year ago

fixed quality order in android: before the order went from auto->360->480->720, after: 720->480->360->auto.

bottom sheet in ios did not fade background