You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, the generated code shouldn't have to care about lints, as those can be ignored for .g.dart files.
Language features, like implicit-dynamic: false, strict-interference: true and strict-raw-types: true are harder to ignore for specific files. To support users wanting to use a stricter type system, we should consider making the generated code compatible with these features.
The text was updated successfully, but these errors were encountered:
In general, the generated code shouldn't have to care about lints, as those can be ignored for
.g.dart
files.Language features, like
implicit-dynamic: false
,strict-interference: true
andstrict-raw-types: true
are harder to ignore for specific files. To support users wanting to use a stricter type system, we should consider making the generated code compatible with these features.The text was updated successfully, but these errors were encountered: