mehranshoqi / voice_message_player

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

How to handle Exception thrown? #28

Closed agufagit closed 8 months ago

agufagit commented 9 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 8 months ago

Thanks for your contribution! Now we can handle exceptions.