include: package:flutter_lints/flutter.yaml
linter:
# A list of all available lints and their documentation is published at
# https://dart-lang.github.io/linter/lints/index.html.
rules:
prefer_const_constructors: false
prefer_const_constructors_in_immutables: false
prefer_const_literals_to_create_immutables: false
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule