mehranshoqi / voice_message_player

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

Fix File Loading #18

Closed Saifallak closed 11 months ago

Saifallak commented 1 year ago

Fix File Loading

when loading duration its always load from url instead of file

also added Duration 60 sec as fallback so it doesnt crash

also i have question, why file is future of file? instead of path/File

Saifallak commented 1 year ago

if you need to use this fork

  voice_message_package:
    git:
      url: https://github.com/AQuadic/voice_message_player.git
gbbest15 commented 1 year ago

can you update the gradle

Saifallak commented 1 year ago

can you update the gradle

I don't use it anymore, so fork and update it yourself, thank you

Saifallak commented 11 months ago

@mehranshoqi thank you for merging this