flutter-moum / flutter_hardware_buttons

Flutter plugin for detecting all hardware buttons
MIT License
37 stars 46 forks source link

[iOS] audioSession.removeObserver error #49

Open edeuss opened 4 years ago

edeuss commented 4 years ago

When canceling the StreamSubscription the app crashes either instantly or after a few seconds. The apple crash log points to audioSession.removeObserver as the last "Last Exception Backtrace (0)".

Screen Shot 2020-04-24 at 11 09 33 PM

@giantsol Can you look at this?

nermolov commented 3 years ago

Experiencing the same issue