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

Null issue in Android 12 #12

Closed umairshah3sb closed 2 months ago

umairshah3sb commented 3 months ago

When I press recording button it give me error of null on null value, it is not giving me path of recorded file, "Null check operator used on a null value" on this line

var current = await _recorder?.current(channel: channel); setState(() { _current = current; _currentStatus = _current!.status!; });

loonix commented 2 months ago

Do you still get that on the latest? @umairshah3sb