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:
exclude:
- "**/*.g.dart"
- "lib/gen/assets.gen.dart"
strong-mode:
implicit-casts: false