Skip to content

Commit 5523eaf

Browse files
style: improve analyzer to type safe
1 parent aadbff9 commit 5523eaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include: package:flutter_lints/flutter.yaml
22
analyzer:
3+
language:
4+
strict-raw-types: true
5+
strict-casts: true
36
exclude:
47
- lib/localization/intl/**
58

0 commit comments

Comments
 (0)