jhomlala / betterplayer

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

[BUG] Notification doesn't handle BetterPlayerEventType #1125

Open cogesum opened 1 year ago

cogesum commented 1 year ago

If you use notification controllers, the player doesnt catch a BetterPlayerEventType. For example, If you press pause there BetterPlayerEventType will be progress, but video doesn't play

better_player: ^0.0.83

image image