Updated linter rules

This commit is contained in:
Felix Kirchner
2025-04-27 16:17:28 +02:00
parent 284ebd216a
commit 1b79aac202
2 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ linter:
avoid_print: false avoid_print: false
prefer_single_quotes: true prefer_single_quotes: true
always_use_package_imports: true always_use_package_imports: true
prefer_const_constructors: false prefer_const_constructors: true
prefer_const_constructors_in_immutables: false prefer_const_constructors_in_immutables: true
prefer_const_declarations: false prefer_const_declarations: true
prefer_const_literals_to_create_immutables: false prefer_const_literals_to_create_immutables: true
unnecessary_const: true unnecessary_const: true
lines_longer_than_80_chars: true lines_longer_than_80_chars: false
# Additional information about this file can be found at # Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options # https://dart.dev/guides/language/analysis-options

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game CABO" description: "Mobile app for the card game CABO"
publish_to: 'none' publish_to: 'none'
version: 0.1.3+54 version: 0.1.3+55
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4