initial commit
This commit is contained in:
commit
f053f85d95
23 changed files with 25934 additions and 0 deletions
18
analysis_options.yaml
Normal file
18
analysis_options.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
analyzer:
|
||||
errors:
|
||||
avoid_print: ignore
|
||||
exclude:
|
||||
- "build/**"
|
||||
- "**/*.g.dart"
|
||||
- "**/*.freezed.dart"
|
||||
- android/**
|
||||
- ios/**
|
||||
- web/**
|
||||
- windows/**
|
||||
- macos/**
|
||||
- linux/**
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
Loading…
Reference in a new issue