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.
14 lines
427 B
14 lines
427 B
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
prefer_const_constructors: true
|
|
prefer_const_declarations: true
|
|
prefer_const_constructors_in_immutables: true
|
|
prefer_final_fields: true
|
|
prefer_final_locals: true
|
|
avoid_classes_with_only_static_members: true
|
|
avoid_print: true
|
|
always_declare_return_types: true
|
|
use_key_in_widget_constructors: true
|
|
require_trailing_commas: true
|