Open SeanZom opened 3 years ago
Same issue Any update?
Could you please provide some example code?
@passsy please check this:
Hey @SeanZom I found the solution Please try below code and save it.
This is what you need
analyzer:
strong-mode:
implicit-casts: true
Hi @jigarfumakiya , that helps, thanks.
FYI, I can find the explanation of those 2 rules on: https://dart.dev/tools/diagnostic-messages
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.