mehranshoqi / voice_message_player

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

This widget has been unmounted, so the State no longer has a context (and should be considered defunct) #16

Closed blacknight9 closed 1 year ago

blacknight9 commented 1 year ago

Hey,

i keep getting this error

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: This widget has been unmounted, so the State no longer has a context (and should be considered defunct).
Consider canceling any active work during "dispose" or using the "mounted" getter to determine if the State is still active.
mehranshoqi commented 1 year ago

It was fixed in the 1.0.1 version. upgrade your dependencies.

blacknight9 commented 1 year ago

still have the same issue running 1.0.31

TekrevolDev1 commented 1 year ago

hey, any update on this??