Lead Flutter developer
Applications architect
I spend a good chunk of my time _reading_ code (e.g., PRs)… so anything that slows me down there should be actively discouraged.
I spend a good chunk of my time _reading_ code (e.g., PRs)… so anything that slows me down there should be actively discouraged.
```
late final MyType myVal;
@override
void initState() {
super.initState();
myVal = fn();
}
```
```
late final MyType myVal;
@override
void initState() {
super.initState();
myVal = fn();
}
```
Also 1000% agree with the linting.
Also 1000% agree with the linting.