ZaraclaJ / audio_recorder

Other
180 stars 127 forks source link

audio_recorder: 1.0.2 ios build error #64

Open codesniper9315 opened 4 years ago

codesniper9315 commented 4 years ago

Hello, guys! Currently, I am using audio_recorder package for my flutter projects. I am just facing issues when I try to build ios app.

ISSUE: 'AVAudioSessionCategoryOptions' has been renamed to 'AVAudioSession.CategoryOptions I tried to build project with another version but still face same issue. How can I fix that issue permantely?

Looking forward. Thanks

codesniper9315 commented 4 years ago

Is there any solution?

gyakhoe commented 3 years ago

Is there any solution?

I don't think we have solution right now. I am also working on voice recorder app. I think it's better to use another package. I tried applying the changes to swift file but kept on getting more error. I fixed those and more error appeared. I don't think it is worth the time as of now.

gyakhoe commented 3 years ago

Is there any solution?

consider checking out my voice recorder app build using https://github.com/gyakhoe/voice_recorder.git flutter_audio_recorder and audio_players