Read the text a after [ERROR:flutter/lib/ui/ui_dart_state.cc]. This should give you the hint about the exact error. In the current example, it has a text as Unhandled Exception: FormatException which means, you may have passed the wrong data type into a Field or the data type for Field is different from what you are passing.