diff --git a/analysis_options.yaml b/analysis_options.yaml index 4b2ddb8c..0ca8f46c 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -18,6 +18,12 @@ analyzer: - .dart_tool/** - lib/**/*.g.dart - lib/l10n/*.dart + - android/** + - ios/** + - web/** + - windows/** + - macos/** + - linux/** language: strict-casts: true strict-inference: true