Jei / tormentedplayer

An Android client for Tormented Radio powered by Flutter
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Add ios support #1

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

Is this possible? The just_audio plugin does iOS from what I can see but I seem to remember you mentioning there was a limitation or something that made it not work for your use case?

Anyway just putting up an issue for discussion and happy to put some work in if you think it's worthwhile.

Jei commented 4 years ago

Most of the features that rely on just_audio or audio_service should work, but playback error handling is not yet supported on just_audio for iOS, and it's still a work in progress on Android (see https://github.com/ryanheise/just_audio/pull/76 and https://github.com/ryanheise/just_audio/pull/80). My main problem right now is that my work computer is not Apple, so I don't have a convenient way of testing the iOS version, working on Swift/Objective C plugins, testing PRs or releasing the app on the App Store. I'd prefer leaving this issue as future development.