mehranshoqi / voice_message_player

Play / Show voice messages in your Flutter application.
https://mehran.app
MIT License
72 stars 108 forks source link

How to handle Exception thrown? #28

Closed agufagit closed 11 months ago

agufagit commented 11 months ago

How to handle exception thrown by VoiceMessageView widget? For example, an expired presigned URL for cloud file will cause 403 exception, how do we catch that exception in code?

mehranshoqi commented 11 months ago

Thanks for your contribution! Now we can handle exceptions.