I got massive errors from the analyzer includes:
argument_type_not_assignable
field_initializer_not_assignable
Most of them are from the Map<String, dynamic> json parsing to a model class.
I tried to turn them off in the analysis_options.yaml, but it didn't help.