You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
784 B
28 lines
784 B
base: |
|
output: 'lib/src/base.yaml' |
|
preset: |
|
analyzer: |
|
language: |
|
strict-casts: true |
|
strict-inference: true |
|
strict-raw-types: true |
|
errors: |
|
flutter_style_todos: ignore |
|
todo: ignore |
|
exclude: |
|
- '**.g.dart' |
|
linter: |
|
rules: |
|
always_specify_types: false |
|
avoid_annotating_with_dynamic: false |
|
avoid_as: false |
|
avoid_catches_without_on_clauses: false |
|
avoid_final_parameters: false |
|
avoid_print: false |
|
diagnostic_describe_all_properties: false |
|
lines_longer_than_80_chars: false |
|
no_default_cases: false |
|
one_member_abstracts: false |
|
prefer_double_quotes: false |
|
prefer_relative_imports: false |
|
unnecessary_final: false
|
|
|