Closed rainerlonau closed 3 years ago
It is probably possible to rename AudioPlayer
by TauAudioPlayer
in our library.
I will see if possible to do this without a revolution in Flutter Sound ...
@rainerlonau : Could you try Flutter Sound 6.4.8 ?
@rainerlonau : Could you try Flutter Sound 6.4.8 ?
Awesome, I can build and & run the app again. Thanks a lot, will buy you a coffee 👍
Flutter Sound Version :
Using these sound dependencies at the moment. I couldn´t get just_audio recorder working. Therefore I´m moving to flutter_sound. For now I only want to use flutter_sound recorder.
Sound
flutter_sound: ^6.4.7+1
Sound play
audio_session: ^0.0.9 just_audio: ^0.5.7
Severity
Cannot build my App
Platforms you faced the error
iOS Real device
Logs
Describe the bug Build fails due to duplicate symbol
To Reproduce Steps to reproduce the behavior:
Expected behavior Build and run the app successfully.
Additional context**
I know it´s not ideal to use both sound plugins, but for now the code relies on just_audio. I also saw this issue here, without any solution: https://github.com/dooboolab/flutter_sound/issues/33