refactor: Remove flutter_sound

This commit is contained in:
Christian Pauly 2021-04-30 17:22:29 +02:00
commit 4f69885bec
4 changed files with 70 additions and 93 deletions

View file

@ -83,7 +83,7 @@ class MessageContent extends StatelessWidget {
}
return MessageDownloadContent(event, textColor);
case MessageTypes.Audio:
return AudioPlayer(
return AudioPlayerWidget(
event,
color: textColor,
);