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] controlsHideTime dones't work #1278

Open rt234cw opened 7 months ago

rt234cw commented 7 months ago

No matter what time I set, controller always take 3 secs to disappear

BetterPlayerControlsConfiguration(
          controlsHideTime: Duration(milliseconds: 1),
             ),