[Rule Suggestion] avoid_var #8
TesteurManiak
started this conversation in
Ideas
Replies: 1 comment
-
Yes this is a good one, and it is use by the default flutter analysis configuration if I remember correctly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prefer to set explicitly the type when declaring a variable instead of
var
(especially to avoid type inference error):BAD
GOOD
Beta Was this translation helpful? Give feedback.
All reactions