second commit
This commit is contained in:
24
analysis_options.yaml
Normal file
24
analysis_options.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
analyzer:
|
||||
exclude:
|
||||
- "**/*.g.dart"
|
||||
- "**/*.freezed.dart"
|
||||
language:
|
||||
strict-casts: true
|
||||
strict-raw-types: true
|
||||
errors:
|
||||
invalid_annotation_target: ignore
|
||||
|
||||
linter:
|
||||
rules:
|
||||
- always_declare_return_types
|
||||
- avoid_print
|
||||
- prefer_const_constructors
|
||||
- prefer_const_declarations
|
||||
- prefer_final_locals
|
||||
- prefer_single_quotes
|
||||
- require_trailing_commas
|
||||
- sort_child_properties_last
|
||||
- unawaited_futures
|
||||
- use_super_parameters
|
||||
Reference in New Issue
Block a user