-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-questionA question about expected behavior or functionalityA question about expected behavior or functionality
Description
I enabled strict type check as per the Flutter documentation in my codebase. However, I found out that not all of them reports as error.
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
strict-casts will be reported as error, which is wanted behaviour.
However, strict-inference and strict-raw-types will only report as warning in flutter analyze.
Is there any way to make strict-inference and strict-raw-types report as error instead of warning ?
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-questionA question about expected behavior or functionalityA question about expected behavior or functionality