79491277

Date: 2025-03-07 04:44:03
Score: 2
Natty:
Report link

You are trying to get a value from event as if it is a Map<String, dynamic> on this listener:

flutterFft.onRecorderStateChanged.listen((event)...

Are you sure event is a Map? Maybe it's a List? Or maybe it is a Map, but not a Map<String, dynamic>

I'm not familiar with flutter fft, but I imagine their API docs will have some info for you.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gil Bassi