Error [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Converting object to an encodable object failed: Instance of 'AppMainState' #76
I am not serializing the SpeechToText object but the object is present in my Redux store. Is that the reason of the problem?
EDIT: It is also not able to encode a list.
Thanks in advance
I am using
SpeechToText
object in my store. But I omit it in JSON serializer. But it is causing an errorHere's the code for my serializer
I am not serializing the SpeechToText object but the object is present in my Redux store. Is that the reason of the problem? EDIT: It is also not able to encode a list. Thanks in advance