loonix / another_audio_recorder

(Null-Safe + V2) Audio Record Plugin that supports record, pause, resume, stop, and provide access to audio level metering properties average power peak power.
https://pub.dev/packages/another_audio_recorder
MIT License
5 stars 8 forks source link

Fix related to Android 13 (API level 33) permissions #4

Closed mselmanyildirim closed 1 year ago

mselmanyildirim commented 1 year ago

The package raised permission error on Android 13 devices. This was caused by deprecation of WRITE_EXTERNAL_STORAGE permission. This PR contains a fix for this issue. Aforementioned permission won't be asked on API 33+ devices anymore.

loonix commented 1 year ago

Merged thanks for the PR

loonix commented 1 year ago

should be on the latest now