From eee7cbf6123e52d1f1192b3b57fba409a5c65612 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Sat, 30 Jan 2021 14:41:20 +0000 Subject: [PATCH] Exclude assets gen file --- analysis_options.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index 61f6b2a..86f83ee 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -57,5 +57,6 @@ linter: analyzer: exclude: - "**/*.g.dart" + - "lib/gen/assets.gen.dart" strong-mode: implicit-casts: false