include: package:flutter_lints/flutter.yaml linter: rules: - always_declare_return_types - always_put_required_named_parameters_first - avoid_print - avoid_unnecessary_containers - prefer_const_constructors - prefer_const_literals_to_create_immutables - prefer_final_fields - prefer_single_quotes - sort_child_properties_last - use_key_in_widget_constructors analyzer: exclude: - '**/*.g.dart' - '**/*.freezed.dart' - 'lib/generated/**' errors: invalid_annotation_target: ignore