Exclude assets gen file

This commit is contained in:
shilangyu 2021-01-30 14:41:20 +00:00
parent 5dff114160
commit eee7cbf612
1 changed files with 1 additions and 0 deletions

View File

@ -57,5 +57,6 @@ linter:
analyzer: analyzer:
exclude: exclude:
- "**/*.g.dart" - "**/*.g.dart"
- "lib/gen/assets.gen.dart"
strong-mode: strong-mode:
implicit-casts: false implicit-casts: false