include: package:flutter_lints/flutter.yaml linter: rules: prefer_const_constructors: true prefer_const_declarations: true prefer_final_locals: true avoid_print: false # Allow during development use_key_in_widget_constructors: true prefer_single_quotes: true sort_child_properties_last: true use_build_context_synchronously: true analyzer: exclude: - "**/*.g.dart" - "**/*.freezed.dart" errors: invalid_annotation_target: ignore